FPERR(2)
NAME
fperr − get floating point error status
SYNOPSIS
fperr(&fpstat)
int fpstat[3]; /* FP status register */
/* FP error code */
/* FP error address */
DESCRIPTION
The fperr system call loads the contents of the floating point hardware status and error registers into fpstat. This call allows user processes to handle floating point exceptions.