Module std::num 1.0.0
[−]
[src]
Additional functionality for numerics.
This module provides some extra types that are useful when doing numerical work. See the individual documentation for each piece for more information.
Structs
ParseFloatError |
An error which can be returned when parsing a float. |
ParseIntError |
An error which can be returned when parsing an integer. |
Wrapping |
Provides intentionally-wrapped arithmetic on |
NonZeroI8 |
[ Deprecated ] [Experimental ] An integer that is known not to equal zero. |
NonZeroI16 |
[ Deprecated ] [Experimental ] An integer that is known not to equal zero. |
NonZeroI32 |
[ Deprecated ] [Experimental ] An integer that is known not to equal zero. |
NonZeroI64 |
[ Deprecated ] [Experimental ] An integer that is known not to equal zero. |
NonZeroI128 |
[ Deprecated ] [Experimental ] An integer that is known not to equal zero. |
NonZeroIsize |
[ Deprecated ] [Experimental ] An integer that is known not to equal zero. |
NonZeroU8 |
[ Experimental ] An integer that is known not to equal zero. |
NonZeroU16 |
[ Experimental ] An integer that is known not to equal zero. |
NonZeroU32 |
[ Experimental ] An integer that is known not to equal zero. |
NonZeroU64 |
[ Experimental ] An integer that is known not to equal zero. |
NonZeroU128 |
[ Experimental ] An integer that is known not to equal zero. |
NonZeroUsize |
[ Experimental ] An integer that is known not to equal zero. |
TryFromIntError |
[ Experimental ] The error type returned when a checked integral type conversion fails. |
Enums
FpCategory |
A classification of floating point numbers. |