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

Definition of exp function. More...

+ Include dependency graph for exp.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.
 

Functions

template<typename T , typename = std::enable_if_t<std::is_floating_point_v<T>>>
constexpr auto num_collect::constants::exp (T x) -> T
 Calculate exponential function \( e^x \).
 

Detailed Description

Definition of exp function.

Definition in file exp.h.