Shortcuts

Template Function ripple::math::cosh

Function Documentation

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

Computes cosh for the given input.

Return

The result of cosh(x).

Parameters
  • x: The value to compute cosh 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