This function returns the arc cosine of the 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.
The result of this method is the arc-cosine of the passed in value. The result is expressed in radians and ranges from 0 to pi.
Prev | Home | Next |
Math.abs() | Up | Math.asin() |
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. |