Reference PR 99 in README

This commit is contained in:
Yoan Lecoq 2019-09-11 13:15:53 +02:00 committed by Josh Stone
parent 2d113f56c8
commit f050c60df9
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ default-features = false
```
The `Float` and `Real` traits are only available when either `std` or `libm` is enabled.
The `libm` feature is only available with Rust 1.31 and later.
The `libm` feature is only available with Rust 1.31 and later ([see PR #99](https://github.com/rust-num/num-traits/pull/99)).
The `FloatCore` trait is always available. `MulAdd` and `MulAddAssign` for `f32`
and `f64` also require `std` or `libm`, as do implementations of signed and floating-