Pudu programming language
Menu
API reference

Std.Decimal.defaultRounding

1 declaration

fn

defaultRounding: Std.Decimal.Rounding

This is a callable function.

What it does

The mode to reach for when nothing else is stated.

Half-even is the mode that does not accumulate bias across many roundings,

which is the whole reason a total computed one way matches the same total

computed another way.

Read the signature

  • The text after the name is the type checked by Pudu.

Back to Std.DecimalSearch related declarations