num-traits/traits/src/ops
Vinzent Steinberg 351dfc6383 traits: Introduce std feature
This makes it possible to build `traits` without `std`. For this a new
trait `BasicFloat` was introduced, implementing some basic functionality
that works with `core`. Most notably this is lacking functions like
`cos`, `sin`, etc.

`Float` is not available without `std`.

Refs #216.
2017-05-31 13:44:39 +02:00
..
checked.rs traits: Introduce std feature 2017-05-31 13:44:39 +02:00
mod.rs Added traits for wrapping arithmetics. 2017-01-22 09:45:35 +01:00
saturating.rs Revert impl for Checked and Saturating 2017-04-30 08:29:21 +02:00
wrapping.rs traits: Introduce std feature 2017-05-31 13:44:39 +02:00