From f050c60df9fbeda5ec423673ba78782896a3d275 Mon Sep 17 00:00:00 2001 From: Yoan Lecoq Date: Wed, 11 Sep 2019 13:15:53 +0200 Subject: [PATCH] Reference PR 99 in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e7289a..43335b1 100644 --- a/README.md +++ b/README.md @@ -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-