Codebox Operators log2f

log2f

The logarithm base 2 of the input. Output value is approximated for faster computation.

log2f(in1): out1

Arguments:

Arguments

NameTypeDefaultDescription
in1number

Input value to be processed.

Returns

NameTypeDescription
out1number

The approximated log base 2 of the input.