Using the C Math Library
Handling Errors and Writing a Print Handler
Introduction
This section describes how you can:
Customize error handling by
using the mlfTry and mlfCatch macros
and by
defining your own error handler
. This section also provides an
overview
of default error handling.
Customize printing by
defining your own print handler
. This sectionincludes information about displaying output to a GUI.
Example - Saving and Loading Data (ex5.c)
Error Handling Overview