rust/library/core
Kevin Reid 18df8d6e55 Expand documentation for FpCategory.
I intend these changes to be helpful to readers who are not yet familiar
with the quirks of floating-point numbers. Additionally, I felt it was
misleading to describe `Nan` as being the result of division by zero,
since most divisions by zero (except for 0/0) produce `Infinite` floats,
so I moved that remark to the `Infinite` variant with adjustment.

The first sentence of the `Nan` documentation is copied from `f32`;
I followed the example of the `f64` documentation by referring to `f32`
for general concepts, rather than duplicating the text.
2021-08-30 20:31:52 -07:00
..
benches Use HTTPS links where possible 2021-06-23 16:26:46 -04:00
src Expand documentation for FpCategory. 2021-08-30 20:31:52 -07:00
tests move object safety test to library/core 2021-08-15 13:00:25 -04:00
Cargo.toml rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00