g.js — graphical objects for JavaScript

sqrtsqrt

Calculate the square root of a number.

g.sqrt(121);

Parameters

  • v: The input value.

See Also

  • pow: raise a number to the given power.