The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



CpxIsNearEqual


Unit: SDL_complex
Class: none
Declaration: function CpxIsEqual (z1, z2 : TComplex): boolean;

The function CpxIsEqual returns a TRUE value if the two complex numbers z1 and z2 are almost equal, i.e. if the absolute values of both differences between the real and the imaginary parts are below the value of CpxNearZero.


Last Update: 2023-Feb-06