NGS version 0.2.5 auto-generated documentation
Documentation index
The global namespace
abs multimethod
abs multimethod
Methods
abs(
i:
Int
)
Source:
stdlib.ngs:3145
Absolute value of a number
Example
abs(5) # 5 abs(-5) # 5