NumCpp
2.12.1
A Templatized Header Only C++ Implementation of the Python NumPy Library
|
Holds info about the dtype. More...
#include <DtypeInfo.hpp>
Static Public Member Functions | |
static constexpr int | bits () noexcept |
static constexpr dtype | epsilon () noexcept |
static constexpr bool | isInteger () noexcept |
static constexpr bool | isSigned () noexcept |
static constexpr dtype | max () noexcept |
static constexpr dtype | min () noexcept |
Holds info about the dtype.
|
inlinestaticconstexprnoexcept |
For integer types: number of non-sign bits in the representation. For floating types : number of digits(in radix base) in the mantissa
|
inlinestaticconstexprnoexcept |
Machine epsilon (the difference between 1 and the least value greater than 1 that is representable).
|
inlinestaticconstexprnoexcept |
True if type is integer.
|
inlinestaticconstexprnoexcept |
True if type is signed.
|
inlinestaticconstexprnoexcept |
Returns the maximum value of the dtype
|
inlinestaticconstexprnoexcept |
Returns the minimum value of the dtype