From ae6fdb3da77c5e06c55dcd63e49b746a08632a76 Mon Sep 17 00:00:00 2001 From: PureFox48 <64583745+PureFox48@users.noreply.github.com> Date: Sun, 31 Jan 2021 18:22:19 +0000 Subject: [PATCH] Add docs for newly merged (#905) Num.cbrt method (#918) --- doc/site/modules/core/num.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/site/modules/core/num.markdown b/doc/site/modules/core/num.markdown index 095f6ded..a39734bc 100644 --- a/doc/site/modules/core/num.markdown +++ b/doc/site/modules/core/num.markdown @@ -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.