|
Re: where can find math function name in IDL? [message #43645 is a reply to message #43639] |
Tue, 19 April 2005 14:00  |
Benjamin Hornberger
Messages: 258 Registered: March 2004
|
Senior Member |
|
|
lixiaoyao wrote:
> for example,pow(),log,something else,thanks
>
You have to search in the IDL help index. Typing
IDL> ?
will start the help system. On Windows, a Windows Help File will be
opened, where you can go to "Index" on the second tab. I don't have
access to IDL on Linux at the moment, but I think Acrobat reader will
pop up and you should also be able to find an index somewhere. Have a
look at the thread "Adobe Reader 7.0 in IDL?" from 04/14 on this
newsgroup for alternatives (xchm or IDLWAVE).
You can't find "power" in the help index? Be creative. Search for
"exponentiation", and you'll find what you are looking for. Searching
for "log" will give the the answer right away. Also, searching for
"operator" will list a lot of useful stuff.
Good luck,
Benjamin
PS: ^ does exponentiation, alog() and alog10() do natural and base-10
logarithm
|
|
|
Re: where can find math function name in IDL? [message #43647 is a reply to message #43645] |
Tue, 19 April 2005 13:36  |
Haje Korth
Messages: 651 Registered: May 1997
|
Senior Member |
|
|
I am sorry again, but you can't be serious, right? Have you ever typed '?'
to get help in IDL??? Under IDL Language Reference you find a functional
list of routines. Cehck the Mathematic section. (Please don't tell me that
you have spent a long time on this issue as well.)
Haje
"lixiaoyao" <lixiaoyao5880@yahoo.com> wrote in message
news:1113942226.804007.50460@f14g2000cwb.googlegroups.com...
> for example,pow(),log,something else,thanks
>
|
|
|