E r g e b n i s / R e s u l t
Calculate the exponential of a real
B e s c h r e i b u n g / D e s c r i p t i o n
This function calculates the exponential of a real
S y n t a x
Code:
result = call('exp', value) P a r a m e t e r
value - is any real value.
R e t u r n s
Returns a number of the same type as that passed to it.
B e i s p i e l / E x a m p l e
Code:
attach 'dbfunc'
put call ('exp' , 5.0)
detach 'dbfunc'