瀏覽代碼

Document more impls that require std

Josh Stone 7 年之前
父節點
當前提交
7e055b131f
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -34,7 +34,9 @@ default-features = false
 ```
 
 The `Float` and `Real` traits are only available when `std` is enabled. The
-`FloatCore` trait is always available.
+`FloatCore` trait is always available.  `MulAdd` and `MulAddAssign` for `f32`
+and `f64` also require `std`, as do implementations of signed and floating-
+point exponents in `Pow`.
 
 Implementations for `i128` and `u128` are only available when `i128` is enabled.