AR2 |
ar2 rounds 2/3 to 2 decimal places.
ar2( exp_num )
|
Element |
Description |
Restrictions |
|
exp_num |
Numerical expression |
None. |
TTC = ar2(HT*1.186)
MNT = ar2(pi/2)
ar2(X) returns int(X*100+0.5)/100.
The result is the same type as its argument.
|
Error |
Description |
|
ERMODE (10) |
The argument is not a numerical type. |
|
|