If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Exponend

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-02-03, 09:10
FLO FLO is offline
Registered User
 
Join Date: Jun 2003
Posts: 6
Exponend

I am looking for a function, which I can use in my sp for exponential value.
I need something like:
aa = EXP(bb,cc)
I tryed with similar expression, but the Error code "674: Routine (exp) can not be resolved." is appear.
I am needing your help.
Thanks,
Reply With Quote
  #2 (permalink)  
Old 07-10-03, 07:52
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
It is probably available in the NAG datablade.
http://www-3.ibm.com/software/data/informix/blades/nag/

You can always check the following URL:
http://www7b.boulder.ibm.com/dmdd/zo...downloads.html

Lots of free stuff here. This function might be available in a bladelet.

Otherwise you can always write it yourself in a SPL, returning int.
__________________
rws
Reply With Quote
  #3 (permalink)  
Old 07-16-03, 04:54
FLO FLO is offline
Registered User
 
Join Date: Jun 2003
Posts: 6
Thanks, I write the function and in this way I solved the problem. But, thanks a lot for the links, I am sure that it will be helpful for me in the future.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On