CMATH for Borland C++ - Version 3.0 CMATH is a comprehensive library for complex-number arithmetics and mathematics, both in cartesian and in polar coordinates, in single, double, and extended accuracy. Superior speed, accuracy and safety are achieved through the implementation in Assembly language (as opposed to the compiled or inline C++ code of other available complex class libraries).The plain-C version has type-specific function names (like cf_exp, cd_sin, cf_div), the C++ version additionally overloaded operators and function names (e.g., exp, sin, operator / ).The plain-C and C++ functions are all binary compatible with each other.All CMATH functions are optimized for Pentium/PentiumXX, while preserving back-compatibility to computers down to 386+387.This version is for Borland C++ 4.0 or higher.