Paramètres

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
  • Article précédent

    round(x,precision)

    Retour à la catégorie

    Mathématiques

    Article suivant

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