Similar to EDOM, this errno for "Result too large" specifies that a calculation has resulted in a value that is "too large" for whatever reason. Usually, this means that the value does not fit in a fixed-size data type. E.g., strtol will generate this error if the given string translates into a number too large for the long type.

Log in or register to write something here or to contact authors.