WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
erf.hpp File Reference
#include <cmath>
#include <type_traits>

Go to the source code of this file.

Namespaces

namespace  gcem
namespace  gcem::internal

Functions

template<typename T>
constexpr T gcem::internal::erf_cf_large_recur (const T x, const int depth) noexcept
template<typename T>
constexpr T gcem::internal::erf_cf_large_main (const T x) noexcept
template<typename T>
constexpr T gcem::internal::erf_cf_small_recur (const T xx, const int depth) noexcept
template<typename T>
constexpr T gcem::internal::erf_cf_small_main (const T x) noexcept
template<typename T>
constexpr T gcem::internal::erf_begin (const T x) noexcept
template<typename T>
constexpr T gcem::internal::erf_check (const T x) noexcept
template<typename T>
constexpr return_t< T > gcem::erf (const T x) noexcept
 Compile-time Gaussian error function.