Commit 83b8c0be authored by Mark Dickinson's avatar Mark Dickinson

Grammatical fix for a comment for log2, to avoid referring to an *algorithm* as monotonic.

parent 2cffff93
......@@ -581,8 +581,10 @@ m_log(double x)
log2: log to base 2.
Uses an algorithm that should:
(a) produce exact results for powers of 2, and
(b) be monotonic, assuming that the system log is monotonic.
(b) give a monotonic log2 (for positive finite floats),
assuming that the system log is monotonic.
*/
static double
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment