Floating Point Error Handling

The following table shows error handling functions provided by NLCPy.

Setting and Getting Error Handring

nlcpy.seterr

Sets how floating-point errors are handled.

nlcpy.geterr

Gets the current way of handling floating-point errors.

nlcpy.errstate

Context manager for floating-point error handling.