- From: <bugzilla@jessica.w3.org>
- Date: Mon, 05 Jul 2010 14:44:34 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10073
--- Comment #6 from Michael Kay <mike@saxonica.com> 2010-07-05 14:44:34 ---
While considering this bug report, I would also like to ask the working group
to review whether any of the following functions should be added to the list.
This is a subset of those specified in section 9.1 ("Recommended functions") of
the IEEE 754 (2008) specification:> I have excluded those that can trivially be
calculated using other functions.
exp e^x
exp2 2^x
exp10 10^x
log log`e x
log2 log`2 x
log10 log`10 x
pow x ^ n
powr x ^ y
atan2 atan2(y, x) => atan(y div x) but with cleaner overflow behaviour
sinh, cosh, tanh
asinh acosh, atanh
--
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, 5 July 2010 14:44:36 UTC