Module core::num1.0.0 [] [src]

Numeric traits and functions for the built-in numeric types.

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 T.

TryFromIntError [Unstable]

The error type returned when a checked integral type conversion fails.

Enums

FpCategory

A classification of floating point numbers.

Traits

One [Deprecated] [Unstable]

Types that have a "one" value.

Zero [Deprecated] [Unstable]

Types that have a "zero" value.