2 unstable releases
new 0.1.0 | Feb 10, 2025 |
---|---|
0.0.1 | Feb 8, 2025 |
#996 in Science
194 downloads per month
Used in 3 crates
(2 directly)
8KB
207 lines
RSTSR dtype Traits
This trait tries to resolve some function clashes in crate num
. For example:
abs
function may have different behaviors forSigned
andComplexFloat
,max
andmin
function is defined byf64
, traitOrd
(wheremax
ormin
is defined in standard library) is not implemented forf64
.
For those functions, it is more proper to define traits for each function specifically.
We only implements several types in standard library, or complex values. More types (from other crates) will be added in future or by issue request.
Dependencies
~385–580KB
~12K SLoC