Shortcuts

Template Function ripple::math::fast_exp

Function Documentation

template<typename T>
constexpr auto ripple::math::fast_exp(T x) noexcept -> T

Fast exp function, less precision but better performance.

Return

The resutl of exp(x).

Parameters
  • x: The input to the exp function.

Template Parameters
  • T: The type of the data for the exp function.

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