E r g e b n i s / R e s u l t
Calculates the square root 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 square root of a real
S y n t a x
Code:
result = call('sqrt', 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('pwr',call('sqrt',4.0),3.00)
detach 'dbfunc'