diff --git a/doc/site/modules/core/num.markdown b/doc/site/modules/core/num.markdown index 4ed78f26..b2618974 100644 --- a/doc/site/modules/core/num.markdown +++ b/doc/site/modules/core/num.markdown @@ -89,6 +89,14 @@ Whether the number is [not a number](http://en.wikipedia.org/wiki/NaN). This is `false` for normal number values and infinities, and `true` for the result of `0/0`, the square root of a negative number, etc. +### **log** + +The natural logarithm of the number. + +### **pow**(power) + +Raises this number (the base) to `power`. Returns `nan` if the base is negative. + ### **sin** The sine of the number.