    

 ## On this page

  

 

 # Log2

 Last update: 16.07.2025 

Returns the common logarithm (in base 2) of the operand.

The implementation uses the C runtime library functions log2 and log2f.

## Interface

NameKindTypeCommentxIFloatOperandvOFloatResult of the operation**Parent topic:**[Math::Common](./math_common.md)