[Bug 5892] [FO] Requirement: trigonometric functions

http://www.w3.org/Bugs/Public/show_bug.cgi?id=5892


Deborah Pickett <debbiep-w3c-bugzilla@futzle.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |debbiep-w3c-
                   |                            |bugzilla@futzle.com




--- Comment #3 from Deborah Pickett <debbiep-w3c-bugzilla@futzle.com>  2008-12-08 10:46:13 ---
Equally as important as sin(x) and cos(x) is atan2(y,x).  Just as sin and cos
are useful for converting polar coordinates to rectangular coordinates, atan2
is essential for converting rectangular coordinates to polar.

With atan2 and sqrt, computing other inverse trigonometric functions is easy,
just as it is easy to compute tan given implementations for sin and cos.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 8 December 2008 10:46:23 UTC