Method

cubeRoot — finds the cube root of a number.

Description

Given a number A, the cube root of A is a number B such that B^3 = A. If A is positive B will be positive, if A is negative B will be negative.
The number of arguments for this method is one.

Structure of the method:

cubeRoot(A)

Parameters

A — This parameter should be a number

Examples
{% set result= squareRoot(9) %}
{{result}}

//Output: 3

To stay updated with the latest features, news and how-to articles and videos, please join our group on Facebook, Flexie CRM Academy.