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

◆ rayleigh_kurtosis_excess

eve::rayleigh_kurtosis_excess = functor<rayleigh_kurtosis_excess_t>
inlineconstexpr

Defined in Header

#include <eve/module/math.hpp>

Callable Signatures

namespace eve
{
template< eve::floating_value T >
}
constexpr auto rayleigh_kurtosis_excess
Callable object computing the Rayleigh kurtosis excess value : .
Definition: rayleigh_kurtosis_excess.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_excess(as<T>()) returns the Rayleigh kurtosis excess value?

Example