Module std::num::strconvUnstable [-] [+] [src]

Enums

ExponentFormat

A flag that specifies whether to use exponential (scientific) notation.

SignFormat

How to emit the sign of a number.

SignificantDigits

The number of digits used for emitting the fractional part of a number, if any.

Functions

float_to_str_bytes_common

Converts a number to its string representation as a byte vector. This is meant to be a common base implementation for all numeric string conversion functions like to_string() or to_str_radix().

float_to_str_common

Converts a number to its string representation. This is a wrapper for to_str_bytes_common(), for details see there.