ViewHelper Documentation
v:math.cubicRoot
Math: CubicRoot
Performs pow($a, 1/3) - cubic or third root
Arguments
a anySimpleType
First number for calculation
fail boolean
If TRUE, throws an Exception if argument "a" is not specified and no child content or inline argument is found. Usually okay to use a NULL value (as integer zero).