home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QBasic & Borland Pascal & C
/
Delphi5.iso
/
C
/
Samples
/
C-SSP.ARJ
/
CXLG10.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1984-08-08
|
259 b
|
15 lines
cxlg10(a,r)
/* finds the logarithm to the base 10 of a */
/* complex argument. */
float a[],r[];
{
cxloge(a,r);
r[0] = r[0] * .4342944819;
r[1] = r[1] * .4342944819;
}