Products Applications Downloads Features Wiki forum Store

abs()

From Wiki077
Jump to: navigation, search


float abs(float number)

This is a mathematical function used to express the absolute value of the number.

Examples

abs(-2.6) = 2.6
set A = `abs(-2.6)`

See Also

Personal tools