Function rsass::set_precision

source ·
pub fn set_precision(precision: usize)
Expand description

Set how many digits of precision to use when outputting decimal numbers.

This modifies a global singleton and should probably be called only once, at program start.