numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of log1m_maclaurin function. More...
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::log1m_maclaurin (T x) -> T |
Calculate logarithm of 1 - x. | |
Definition of log1m_maclaurin function.
Definition in file log1m_maclaurin.h.