3 releases (breaking)

new 0.2.0 Mar 11, 2025
0.1.0 Feb 10, 2025
0.0.1 Feb 8, 2025

#1163 in Science

Download history 225/week @ 2025-02-05 34/week @ 2025-02-12 19/week @ 2025-02-19 12/week @ 2025-02-26 72/week @ 2025-03-05

166 downloads per month
Used in 5 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

~380–580KB
~12K SLoC