The floating point libraries should be used by adding the respective library to a CodeWarrior project. The CodeWarrior linker will link the project compiled binaries against the added library.
All functions have been designed to execute as fast as possible in the presence of normalized numbers as input arguments. In the case where sub-normal numbers are supplied, the execution time may be longer. In any case, it should be noted that a frequent appearance of sub-normal numbers in floating point computation may indicate that an implemented algorithm needs some refinement.