numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
expm1_maclaurin.h File Reference

Definition of expm1_maclaurin function. More...

+ Include dependency graph for expm1_maclaurin.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::constants
 Namespace of constexpr variables and functions.
 
namespace  num_collect::constants::impl
 Namespace of internal implementations.
 

Functions

template<typename T >
constexpr auto num_collect::constants::impl::expm1_maclaurin (T x) -> T
 Calculate exponential function minus one with Maclaurin series.
 

Detailed Description

Definition of expm1_maclaurin function.

Definition in file expm1_maclaurin.h.