g.js
— graphical objects for JavaScript
Home
Get Started
Reference
About
Get started
Installation
Quick Start
Guides
Vector Graphics
Imaging
Geometry
Color
Lists
Math
Data
String
Animation
sqrt
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.
Related Guides
Math