Implement 'acos' builtin.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 9 Jun 2010 20:52:32 +0000 (13:52 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 9 Jun 2010 20:52:32 +0000 (13:52 -0700)
commit855fcb22c1536a2c2b03c88bffa60eb7cc40ff0a
tree0f953567bfdb194fa80162021a61a0bc8865b6ab
parent539f29323f16717da25502f7b0e2846289ef1399
Implement 'acos' builtin.

This is tacked on to the end of the 'asin' file because acos calls asin,
whech means asin needs to be defined first.  Alphabetical order fail.
builtin_function.cpp
builtins/110/asin