Documentation

norm

Syntax: %norm(Value)

Normalizes a floating point value so that it can be compared with other values.

Example:

#SHOW [1.0/3.0]
0.333333343267441

#SHOW [4.0/3.0-1.0]
0.333333373069763

#SHOW %norm(1.0/3.0)
0.333332985639572

#SHOW %norm(4.0/3.0-1.0)
0.333332985639572

Add comment

Login or register to post comments