CMATH for Borland C/C++ 7.1.3




A useful and comprehensive library for complex-number arithmetics and mathematics

CMATH for Borland C/C++ is a useful and comprehensive library for complex-number arithmetics and mathematics, both in cartesian and in polar coordinates, for C/C++ and Pascal/Delphi compilers. CMATH is available as a stand-alone product. It is also included in the OptiVec package.

All functions may alternatively be called from classic C and Pascal/Delphi with type-specific function names (like cf_sin, cd_exp, pe_sqrt), or from C++ and Delphi with overloaded function names and operators (like sin, exp, sqrt, operator +; operators only in C++). As far as possible, all functions have the same names in the Pascal/Delphi version as in the C/C++ version.

Superior speed, accuracy and safety are achieved through the implementation in Assembly language (as opposed to the compiled or inline code of available complex C++ class libraries). Only for the most simple tasks, alternative inline C++ functions are used in the C++ version.

As far as the scope of CMATH overlaps with the complex class implementations of Visual C++, Borland C++, and Delphi, CMATH is a high-quality replacement for the latter, which are all quite inefficient and inaccurate.

In contrast to the written-down-and-compiled textbook formulas of most other available complex libraries (including those coming with Visual C++ and the Borland compilers), the implementation of CMATH was guided by the following rules:

Without any compromise, top priority is always given to the mathematically correct result, with the accuracy demanded for the respective data type. Especially for complex functions, this necessitates a very thorough treatment of many different situations. To this end, the various cases have to be distinguished with pedantic care. (Textbook formulas do not need to treat these situations separately, as they theoretically assume infinite accuracy of intermediate results; an actual implementation, however, has to work with the limited accuracy given by real-life processors.)

Mathematical functions must be "safe" under all circumstances. They may for no reason simply crash, but have to perform a decent error treatment. This is true even - and perhaps especially - for seemingly nonsense arguments, with the single exception of the non-numbers INF and NAN, which occur themselves only as a result of serious errors in other functions.

By all possible means, greatest execution speed must be attained. (After all, you did not buy your fast computer for nothing!)
The program code has to be as compact as possible. However, in case of conflicts, faster execution speed is always given priority over smaller code size.


Requirements:

• Borland C++ compilers (BCB, BC4.0+, BDS,Turbo C++)


Operating system:
Windows All

Program specification:

SPONSORED LINKS

    Technical details:

  • Version: 7.1.3
  • File size: 504 MB
  • File name: cmbc.zip
  • Last update:
  • Platform: Windows All
  • License: Trial
  • Price:$60.00
  • Company: OptiCode - Dr. Martin Sander Software Dev. (View more)

Related Programs:

TeeChart ActiveX

TeeChart ActiveX 8.08

ActiveX Charting Control offers hundreds of Graph styles in 2D and 3D, 33 mathematical and statistical Functions for you to choose from together with an unlimited number of axes and 17 toolbox components. For Windows and the Web.
Price: $449, Rating: 7, Downloads: 170 Download
Chilkat Email Class Library for VC++ 7.0

Chilkat Email Class Library for VC++ 7.0 7.4

The Chilkat C++ class library for VC++ 7.0 fully supports SMTP, POP3, MIME, HTML, SSL, S/MIME, secure authentication, attachments, SSL, progress monitoring, zip and unzip of attachments, XML import/export, and is fully internationalized to handle email in
Price: $99, Rating: 8, Downloads: 152 Download
TeeChart for PHP Open Source

TeeChart for PHP Open Source 1.0

Object-Oriented Charting component library completely written in PHP and ready to be used in any PHP scripts. It includes full source code meaning that no loaders have to be used in order to create a Graph on servers.
Price: $, Rating: 8, Downloads: 151 Download
DANSrv

DANSrv 5.1

OPC DA .NET Server Toolkit
Price: $0, Rating: 5.5, Downloads: 147 Download
Colock

Colock 4.x

In short, Colock is a software based lock for making your software copy protected. By adding just one line of code to source code of your program, you will be able to use powerful copy protection system of Colock.
Price: $45.00, Rating: 8, Downloads: 137 Download

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5