numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Class to check whether a type is a real scalar (a floating-point value or a type compatible with floating-point values). More...
#include <num_collect/base/concepts/real_scalar.h>
Class to check whether a type is a real scalar (a floating-point value or a type compatible with floating-point values).
T | Type to be checked. |
Definition at line 38 of file real_scalar.h.