E.V.E
v2023.02.15
 
Loading...
Searching...
No Matches

◆ rayleigh_kurtosis

auto eve::rayleigh_kurtosis = functor<rayleigh_kurtosis_t>
inlineconstexpr

Defined in Header

#include <eve/module/math.hpp>

Callable Signatures

namespace eve
{
template< eve::floating_value T >
T rayleigh_kurtosis(as<T> x) noexcept;
}
constexpr auto rayleigh_kurtosis
Callable object computing the Rayleigh kurtosis value : .
Definition rayleigh_kurtosis.hpp:78
EVE Main Namespace.
Definition abi.hpp:18
Lightweight type-wrapper.
Definition as.hpp:29

Parameters

  • x : Type wrapper instance embedding the type of the constant.

Return value

The call eve::rayleigh_kurtosis(as<T>()) returns the Rayleigh kurtosis value.

Example