Rounds an object to a specified number of decimal places or significant digits, or to fit the current display format.
Level 2 | Level 1 | -> | Level 1 |
---|---|---|---|
z1 | nround | -> | z2 |
z | 'symbround' | -> | 'RND(z,symbround)' |
'symb' | nround | -> | 'RND(symb,nround)' |
'symb1' | 'symbround' | -> | 'RND(symb1,symbround)' |
[ array1 ] | nround | -> | [ array2 ] |
x_unit | nround | -> | y_unit |
x_unit | 'symbround' | -> | 'RND(x_unit,symbround)' |