Commit Graph
9 Commits
Author SHA1 Message Date
Sven Bergström fa2a3d9576 Clarify modulus documentation for sign
closes #695
2019-09-17 22:27:47 -07:00
Kyle Charters 84f2252c68 Add Num .round 2017-09-20 20:27:02 -04:00
Nathan Hourt 8f14bfb4b8 Fix typo in Num documentation
The documentation for the bitwise or operator described the behavior of the bitwise and operator.
2017-03-30 17:45:12 -05:00
Bob Nystrom 4fe3ad3f8b Docs for Num.log and Num.pow(). 2017-01-20 07:24:46 -08:00
Bob Nystrom 09ef904d32 Use DBL_MIN instead of DBL_EPSILON for Num.smallest. 2016-08-27 17:25:32 -07:00
Johann Muszynski 6ee1743429 Update Num class doc 2016-08-04 21:17:45 +03:00
Johann Muszynski d192a9a02d Add doc mention of new Num properties 2016-07-10 23:26:23 +03:00
Mathieu Gagnon a2e03279e2 Fix abs code sample in doc/site/modules/core/num
-123.abs returns -123 because the dot has higher precedence so it's
 really -(123.abs).
2016-02-11 17:58:09 -05:00
Bob Nystrom 82706b74fc Reorganize site to make room for documenting the other built-in modules. 2015-11-08 13:31:22 -08:00