numeric_min

Returns 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.

Input

type

The desired output type. The actual value is not used.

Output

numeric_min

The numeric minimum of the type.