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

Detailed Description

This module provides implementation for scalar and SIMD versions of mathematical functions, mainly libc++ ones.

Required header:

#include <eve/module/math.hpp>

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