forked from rofl0r/KOL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cplxmath_pas.htm
23 lines (20 loc) · 921 Bytes
/
cplxmath_pas.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title>KOL Help: unit CplxMath.pas</title>
</head>
<body bgcolor="#FFFFEF" text="#000000" link="#008080" vlink="#008000" alink="#808000">
<h1 align="center">
<a href="kol_pas.htm"><font face="Webdings" size=7>8</font></a>
<font face="Arial" color="#FF8080">unit CplxMath.pas</font>
</h1>
<hr>
<p>
This unit contains functins for working with complex numbers. To use with
<a href=kol_pas.htm>KOL</a> library and its kolmath.pas unit instead of standard math.pas, define
synmbol <a href=kol_pas.htm>KOL</a> in project options, or uncomment its definition below.
</p>
<hr>
<p align="center">[ <a href=index.htm>Index</a> ]</p>
<p align="center"><font face="Comic Sans MS"><small>This help is generated 22-Sep-2005 by KOL Help generator, (C) 2000-2001 by Vladimir Kladov<br>Modified (C) 2003 by Alexander Bartov</small></font></p>
</body>
</html>