1
0
forked from Mirror/wren

Add docs for newly merged (#905) Num.cbrt method (#918)

This commit is contained in:
PureFox48
2021-01-31 18:22:19 +00:00
committed by GitHub
parent 3a06580b89
commit ae6fdb3da7

View File

@ -62,6 +62,10 @@ The arc tangent of the number.
The arc tangent of the number when divided by `x`, using the signs of the two
numbers to determine the quadrant of the result.
### **cbrt**
The cube root of the number.
### **ceil**
Rounds the number up to the nearest integer.