numeric_minReturns the minimum absolute numeric value representable by the input type. For vectors and matrices, all members are set to the minimum value.
Note that for all signed types, this is equivalent to –1 × numeric_max.
typeThe desired output type. The actual value is not used.
numeric_minThe numeric minimum of the type.