This module provides implementation for scalar and SIMD versions of mathematical functions, mainly libc++ ones.
Required header:
Modules | |
| Constants | |
| Continued Fractions | |
| Exponential | |
| Hyperbolic | |
| Inverse hyperbolic | |
| Inverse trigonometric | |
| Logarithm | |
| Trigonometric | |
Variables | |
| constexpr auto | eve::horner = functor<horner_t> |
| Implement the horner scheme to evaluate polynomials with coefficients in decreasing power order. | |
| constexpr auto | eve::reverse_horner = functor<reverse_horner_t> |
| implement the horner scheme to evaluate polynomials with coefficients in increasing power order | |