|
CMATH for Delphi
-
Version
3.0
CMATH is a comprehensive library for complex-number
arithmetics and mathematics, both in cartesian and in
polar coordinates. This Delphi version
contains the same functionality as CMATH for C++ or the
complex class libraries of C++ compilers. All functions
have a prefix (cf_, cd_, or ce_), indicating Single
(Float), Double or Extended precision. Superior speed,
accuracy and safety are achieved through the
implementation in Assembly language. All CMATH
functions are optimized for Pentium/PentiumXX, but
will run on computers down to 386+387.
This version is for Borland Delphi 5. CMATH is also
available for Delphi 4 and 2, for Borland C++ and for
Visual C++.
|