]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/num/f64.rs
libstd: Document the following modules:
[rust.git] / src / libstd / num / f64.rs
index b95188b07650d76359680dcbc2c98eab89442173..fc8c5f47073af14918ce9602eb45137760c23ddd 100644 (file)
@@ -120,7 +120,7 @@ fn tanh(n: c_double) -> c_double = cmath::c_double::tanh
 
 // FIXME (#1999): add is_normal, is_subnormal, and fpclassify
 
-/* Module: consts */
+/// Various useful constants.
 pub mod consts {
     // FIXME (requires Issue #1433 to fix): replace with mathematical
     // constants from cmath.