complex.pas
来自「能够计算复数 (Complex) 的单元 ( 1.0 版」· PAS 代码 · 共 12 行
PAS
12 行
unit Complex;
{
This is a unit that implements functions to handle complex numbers. It is a
translation of the complex.cpp files supplied with, among others, Symantec's C++ 7.0.
These functions might not be public domain which means I'm up for a trial RSN...
Anyway, you need Delphi 2.0 and the Math.pas unit (supplied with Delphi) to make
this code work. Slight changes might make it compilable under Delphi 1.0 though
I strongly doubt it. Delphi 1.0 doesn't have the Extended type or a Math.pas unit,
as far as I can remember. This unit is,of course, free.
This adaption, Copyright
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?