2 unstable releases

new 0.1.0 Feb 10, 2025
0.0.1 Feb 8, 2025

#996 in Science

Download history 194/week @ 2025-02-05

194 downloads per month
Used in 3 crates (2 directly)

Apache-2.0

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 for Signed and ComplexFloat,
  • max and min function is defined by f64, trait Ord (where max or min is defined in standard library) is not implemented for f64.

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