This documentation was styled with a demo skin from the Premium Pack 4 add-on for Help & Manual. The contents of the skin are encrypted and not configurable. You can only publish HM projects with this skin. You cannot edit it or change it.
This version is copyright and may only be used for local testing purposes. It may not be distributed.
Please purchase the full version of the Premium Pack to get the configurable skins and remove this notice. The package will also include the Toolbox configuration utility for Premium Pack skins.
Description
iComplex is a module designed to allow to deal with complex numbers.
It makes heavy use of the math functions of the C runtime library.
Because many of the methods are based in ansi C functions found in the GNU Scientific Library ( http://www.gnu.org/software/gsl/ ), distributed under the terms of the GNU General Public License (GPL), this module is also subject to that license and, therefore, is only suitable to be used in open source projects.
How to use this module
Inside your script, before calling any module specific keyword, add the following:
USES "iComplex"
This directive will load the module and add the new keywords.
Thanks
iComplex module has been developed using José Roca code you can find here: http://www.jose.it-berater.org/smfforum/index.php?topic=5061.0
See CComplex.inc file inside API Headers.
|