![]() |
WPILibC++ 2025.3.2
|
#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::atan_series_order_calc (const T xx, const T x_pow, const uint_t order) noexcept |
| template<typename T > | |
| constexpr T | gcem::internal::atan_series_order (const T x, const T x_pow, const uint_t order, const uint_t max_order) noexcept |
| template<typename T > | |
| constexpr T | gcem::internal::atan_series_main (const T x) noexcept |
| template<typename T > | |
| constexpr T | gcem::internal::atan_cf_recur (const T xx, const uint_t depth, const uint_t max_depth) noexcept |
| template<typename T > | |
| constexpr T | gcem::internal::atan_cf_main (const T x) noexcept |
| template<typename T > | |
| constexpr T | gcem::internal::atan_begin (const T x) noexcept |
| template<typename T > | |
| constexpr T | gcem::internal::atan_check (const T x) noexcept |
| template<typename T > | |
| constexpr return_t< T > | gcem::atan (const T x) noexcept |
| Compile-time arctangent function. | |