comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Question again :)
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Question again :) [message #29025] Wed, 30 January 2002 05:14 Go to previous message
the_cacc is currently offline  the_cacc
Messages: 104
Registered: October 2001
Senior Member
Note though that ABS for complex numbers can be fairly slow when
operating on large amounts of data (eg. big arrays, inner loops).
Sometimes the use of ABS in not essential if, for example, you have a
situation requiring the following:

ABS(z) GT threshold

then it is quicker to use

FLOAT(CONJ(z) * z) GT threshold^2

instead.

Ciao.
[Message index]
 
Read Message
Read Message
Previous Topic: Naive pointer question ?
Next Topic: Re: In case someone has trouble including export.h

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 14:52:54 PDT 2025

Total time taken to generate the page: 0.00382 seconds