Einzelnen Beitrag anzeigen
Alt 13.10.2012, 15:08   #186
leecher
Moderator
LN

E r g e b n i s / R e s u l t
Calculates the natural log 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 natural log of a real

S y n t a x
Code:
result = call('ln', 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 type real..

B e i s p i e l / E x a m p l e
Code:
attach 'dbfunc'
result = call('ln',5.0)
detach 'dbfunc'
leecher ist offline   Mit Zitat antworten