log2f
The logarithm base 2 of the input. Output value is approximated for faster computation.
log2f(in1): out1Arguments:
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
| in1 | number | Input value to be processed. |
Returns
| Name | Type | Description |
|---|---|---|
| out1 | number | The approximated log base 2 of the input. |