tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
exp.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto exp (double arg) noexcept -> double
 Computes e (Euler's number, 2.7182...) raised to the given power arg.
 
constexpr auto exp (float arg) noexcept -> float
 Computes e (Euler's number, 2.7182...) raised to the given power arg.
 
constexpr auto exp (integral auto arg) noexcept -> double
 Computes e (Euler's number, 2.7182...) raised to the given power arg.
 
constexpr auto exp (long double arg) noexcept -> long double
 Computes e (Euler's number, 2.7182...) raised to the given power arg.
 
constexpr auto expf (float arg) noexcept -> float
 Computes e (Euler's number, 2.7182...) raised to the given power arg.
 
constexpr auto expl (long double arg) noexcept -> long double
 Computes e (Euler's number, 2.7182...) raised to the given power arg.