PsiLAB Help Manual Page

Section: Basic math functions

Name: abs

Calculate the absolute value.

Supported formats: [ int,float ]

Note: For complex values use the cabs function.
Example:
[] let z = -1.0 ;; 
[] abs z ;; 

Printed by PsiLAB