Shortcuts

Template Function ripple::math::tanh

Function Documentation

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

Computes tanh for the given input.

Return

The result of tanh(x).

Parameters
  • x: The value to compute tanh for.

Template Parameters
  • T: The type of the data.

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