Next: , Up: Math Library   [Index]


7.7.1 Math Library Specifics

The math library objects expose a collection of interfaces (functions and operators) concerned with mathematical operations. The interfaces parallel those accompanying the expression evaluator. Unlike the latter, the functions and operators provided by the math library objects detail the failure conditions (via the application defined error reporting mechanism). Only the interfaces in the expression evaluator sets that define error conditions (like the asin, ln and pow functions and the / and % operators) are supplied by the math library objects.