Superposed_Cat
- 388
- 5
Hi I was wondering how calculators calculate trigonometric functions. Do they use taylor polynomials(if so what order) or what? any help appreciated.
The discussion centers on how calculators compute trigonometric functions, exploring various methods such as Taylor polynomials and CORDIC. Participants inquire about the efficiency and accuracy of these methods, as well as sources for further learning.
Participants present multiple competing views regarding the methods used by calculators and computers for trigonometric calculations, with no consensus reached on the superiority of one method over another.
Participants mention various methods without detailing their assumptions or the specific contexts in which each method is preferred, leaving some aspects of the discussion unresolved.
This discussion may be of interest to individuals studying computer science, mathematics, or engineering, particularly those curious about numerical methods and their applications in technology.
And range reduction algorithms combined with minimax polynomials are even faster.SteamKing said:They use a method called CORDIC, which is much faster than evaluating Taylor polynomials.