Module humanize_rs::num[][src]

This module provides some numeric traits used in parsing.

Modules

cast

Traits

Int

Represents the integer trait

NumCast

An interface for casting between machine scalars.

NumOps

The trait for types implementing basic numeric operations

PrimInt

Functions

checked_pow

Raises a value to the power of exp, returning None if an overflow occurred.