28inline namespace base {
38template <concepts::real_scalar T>
52template <concepts::real_scalar T>
53auto isfinite(
const std::complex<T>& val) ->
bool {
auto isfinite(const T &val) -> bool
Check whether a number is finite.
Namespace of num_collect source codes.
Definition of real_scalar concept.