Правила форума :: Скачать Pascal :: FAQ // Ада–2020 :: Скачать GNAT :: OEM–2015 :: Ada -> C/C++
ПомощьПользователиПоиск
Войти
Language: РусскийEnglish
Sqrt (function)
Returns the square root of the argument.
function Sqrt(X: Real): Real;
Windows, Real, Protected
X is a real-type expression. The result is the square root of X.
Sqr
Sqr.PAS