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