Ejemplo n.º 1
0
def cbrt(a):
    '''Cube root of input'''
    return _maths.cbrt(a)
Ejemplo n.º 2
0
def cbrt(a):
    """Cube root of input"""
    return _maths.cbrt(a)