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

◆ rayleigh_skewness

eve::rayleigh_skewness = functor<rayleigh_skewness_t>
inlineconstexpr

Defined in Header

#include <eve/module/math.hpp>

Callable Signatures

namespace eve
{
template< eve::floating_value T >
T rayleigh_skewness(as<T> x) noexcept;
}
constexpr auto rayleigh_skewness
Callable object computing the Rayleigh skewness value : .
Definition: rayleigh_skewness.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_skewness(as<T>()) returns the Rayleigh skewness.

Example