Settings

Choose language

abs(float)

abs
  • Returns absolute value of a float (always positive)

    Function parameters


  • float (you can also use variables and mathematical expressions)

    Usage


    var1=abs(-8) // returns 8
    var2=abs(sz1*(-2-4)) // returns -600 if sz1 = 100
  • Previous article

    round(x,precision)

    Back to category

    Mathematics

    Next article

    mark (point,angle,type,length,width)