Paramètres

Choose language

round(x,precision)

round
  • Rounds a float.

    Function parameters


  • float
  • (optional) desired number of numbers after comma

    Usage


    var1=round(6.34) // returns 6
    var1=round(6.34,1) // returns 6.3
  • Article précédent

    pleat(pattern, point, depth, angle, side)

    Retour à la catégorie

    Mathématiques

    Article suivant

    sqrt(float)