|
| Looking for function wich calculates math square root |
 |
Tue, 11 Mar 2008 19:15:55 +010 |
Hello,
I'm looking for a function of the XAL-language, wich is calculating the
mathematical square root.
In most languages it is known as SQRT().
May be, I'm a little bit blind today, plese help!
Thanks Detlev
|
| Post Reply
|
| RE: Looking for function wich calculates math square root |
 |
Wed, 12 Mar 2008 04:48:00 -070 |
Hello,
the function, which can be used to perform this operation, is called Power.
The second parameter has to be set to 0.5 in order to calculate the square
root.
Kind regards
Hannsjörg Zdarsky
Software Design Engineer
Microsoft Deutschland GmbH
"Detlev Schallehn" wrote:
> Hello,
>
> I'm looking for a function of the XAL-language, wich is calculating the
> mathematical square root.
> In most languages it is known as SQRT().
>
> May be, I'm a little bit blind today, plese help!
>
> Thanks Detlev
>
>
|
| Post Reply
|
| Re: Looking for function wich calculates math square root |
 |
Wed, 12 Mar 2008 19:05:43 +010 |
Hello,
thank you very much! I saw it some years ago, but I didn't need it and later
I have forgotten!
Viele Grüße
Detlev Schallehn
"Hannsjörg Zdarsky (Microsoft)"
<HannsjrgZdarskyMicrosoft@discussions.microsoft.com> schrieb im
Newsbeitrag
news:45141614-CB00-4246-A9FA-DC39D871DB50@microsoft.com...
> Hello,
>
> the function, which can be used to perform this operation, is called
Power.
> The second parameter has to be set to 0.5 in order to calculate the square
> root.
>
> Kind regards
> Hannsjörg Zdarsky
> Software Design Engineer
> Microsoft Deutschland GmbH
>
>
> "Detlev Schallehn" wrote:
>
> > Hello,
> >
> > I'm looking for a function of the XAL-language, wich is calculating
the
> > mathematical square root.
> > In most languages it is known as SQRT().
> >
> > May be, I'm a little bit blind today, plese help!
> >
> > Thanks Detlev
> >
> >
> >
|
| Post Reply
|
|
|
|
|
|
|
|
|
|