docsFunctionsMathZround

Zround

Rounds a number to the specified number of decimal places, defaulting to zero decimal places.

Syntax

Zround{value;decimals?}

Arguments

NameTypeRequiredDefault
valuenumberYes-
decimalsintegerNo0

Example

Zround{3.14159;2}