Summary
Compares two numbers.
Unit
Math387
Declaration
Function BiggerOrEqual(const X, Y: TCplx): boolean;
Description
Returns True if X is bigger or equal to Y. If absolute values are equal it compares the phase.
Declaration
Function BiggerOrEqual(const X: TCplx; Y: TSample): boolean;
Description
Compare one real and one complex number.
Declaration
Function BiggerOrEqual(X: TSample; const Y: TCplx): boolean;
Description
Compare one real and one complex number.
| Copyright 2008 Dew Research |
http://www.dewresearch.com