This function computes the square root of the input argument.
Special boundary conditions that affect the results are:
The exact value yielded by this function may vary slightly from implementation to implementation due to differences in the underlying precision of the implementations math routines and the specific algorithm selected to evaluate this function.
See also: | Math object, Math.pow() |
Prev | Home | Next |
Math.sinh() | Up | Math.SQRT1_2 |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |