Re: exp intrinsic function

From: Ethan Alpert (ethan AT unknown)
Date: Tue Dec 22 1998 - 10:52:21 MST


>
> Hello,
>
> I am trying to compute a simple exponential function in a NCL routine
> but I could not find the function exp or anything similar on the
> "Built-in NCL functions and procedures"
> http://ngwww.ucar.edu/ngdoc/ng4.1/ref/ncl/NclFuncAndProcRef.html.
> Other math functions like sin, cos, log and log10 are there. Could exp
> have been forgotten?

Actually now that I look into it it appears exp is in NCL but apparently
didn't get documented. We'll fix this ASAP.

ncl 32> print(isdefined("exp"))
(0) True
ncl 33> print(exp(1))
(0) 2.718281745910645
ncl 34>

>
> Thanks and Merry Christmas!
> Andrea
>
> /\
> /@@\ | Andrea N. Hahmann
> \__/ | Inst. of Atmospheric Phys.
> W AA W | PAS Bldg. 81
> |__AYA__/ | University of Arizona
> AXXV | Tucson, AZ 85721
> VXXV | Phone: (520) 621-6619
> W VUV W | (520) 621-8836 (msg.)
> |_/ V \_/ __ | Fax : (520) 621-6833
> \ [_ \ | www.atmo.arizona.edu/hahmann/hahmann.html
> \_____/
>
>



This archive was generated by hypermail 2b29 : Wed Jun 28 2000 - 09:40:35 MDT