Re: How does the calculator calculate cos(x)?


[Prev][Next][Index][Thread]

Re: How does the calculator calculate cos(x)?



Two popular methods for calculating transcendental functions are CORDIC
and polynomial approximation. Hewlett-Packard used CORDIC in their early
scientific calculators, not sure about the more recent models. Most
software math libraries use polynomial approximations. The Taylor series
is too slow (poor rate of convergence) for practical use.

See http://www.ezcomm.com/~cyliax/Articles/RobNav/sidebar.html for a
description of CORDIC.

--
John A. Limpert    Delenda Est Cyberpromo
johnl@Radix.Net
Finger johnl@Radix.Net for PGP public key.


References: