Crate to_precision

Source
Expand description

A function that works like javascript’s toPrecision.

Internally it rounds and then uses the built-in algorithm, so it will give different results to toPrecision. They may converge over time.

Structs§

F64Display

Traits§

FloatExt