Shortcuts

Function ripple::math::log_2

Function Documentation

constexpr auto ripple::math::log_2(uint32_t value) noexcept -> uint32_t

Computes the base 2 log of a 32 bit integer.

Return

The log of the input.

Parameters
  • value: The value to find log base 2 of.

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples