Sqrt
From kwiki
| | This article is written by Konrad, thus using rather nonstandard English:) |
sqrt (DNM Script function)
[edit]
full declaration
double sqrt (numerical var)
[edit]
return value
[edit]
description
Returns the square-root of var
sqrt is an equivalent for Windows Api function sqrt, thus you can find it on MSDN here: http://search.msdn.microsoft.com/search/default.aspx?siteId=0&tab=0&query=sqrt
