numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of isfinite function. More...
Go to the source code of this file.
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::base |
Namespace of definitions common in this project. | |
Functions | |
template<concepts::real_scalar T> | |
auto | num_collect::base::isfinite (const std::complex< T > &val) -> bool |
Check whether a number is finite. | |
template<concepts::real_scalar T> | |
auto | num_collect::base::isfinite (const T &val) -> bool |
Check whether a number is finite. | |
Definition of isfinite function.
Definition in file isfinite.h.