Settings

Choose language

sqrt(float)

sqrt
  • Returns square root of a float.

    Function parameters


  • Float

    Usage


    var1=sqrt(4) // returns 2
    var1=sqrt(9) // returns 3
  • Previous article

    round(x,precision)

    Back to category

    Mathematics

    Next article

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