Example #1
0
def cbrt(a):
    '''Cube root of input'''
    return _maths.cbrt(a)
Example #2
0
def cbrt(a):
    """Cube root of input"""
    return _maths.cbrt(a)