Calculator Function RefrenceFunction Reference >Calculator Function Reference >General Math>Absolute ValueAbsolute ValueThe absolute value function can take the absolute value of real and complex numbers. The magnitude function will also behave the same as the absolute value except the magnitude can accept multiple parameters as will as lists. For more information on magnitude see the magnitude help.The absolulte value function is represented with 'abs' and accept only one parameter that can either be a real or complex number.
abs(-3)=3 abs(3+4i)=5 |