Previous: , Up: Math Library   [Index]


7.7.3 Math Library Usage Mechanics

The math library construct is a regular libaime library construct.

See Library Construct.

Math libraries instances are to be created by the x1f4_init_lxmath function.

See x1f4_init_lxmath.

The function definitions provided by the math library instances are to be retrieved via the x1f4_fset_lxmath function.

See x1f4_fset_lxmath.

The infix binary operator definitions provided by the math library instances are to be retrieved via the x1f4_bset_lxmath function.

See x1f4_bset_lxmath.

Once no longer needed, the math library instances are to be disposed via the x1f4_fini_lxmath function.

See x1f4_fini_lxmath.