Is there a way to test for the presence of a particular UDF?

For instance, if I have a function like FMT() that may or may not call various UDF's, is there a way to test to make sure the particular UDF being called is present before trying to call it (and crashing the script)? This would allow for more graceful error handling.

Thanks,

New Mexico Mark