cbrt
Returns the cubic root of the input
cbrt(in1): out1
Arguments:
Arguments
Name | Type | Default | Description |
---|---|---|---|
in1 | number | The value to be processed |
Returns
Name | Type | Description |
---|---|---|
out1 | number | The cubic root of the input |
Returns the cubic root of the input
cbrt(in1): out1
Name | Type | Default | Description |
---|---|---|---|
in1 | number | The value to be processed |
Name | Type | Description |
---|---|---|
out1 | number | The cubic root of the input |