Loading [MathJax]/extensions/tex2jax.js
E.V.E
v2023.02.15
 
All Classes Namespaces Functions Variables Typedefs Enumerations Friends Modules Pages Concepts
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