DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ Sqrt()

static proto float Math::Sqrt ( float val)
staticprivate

Returns square root.

Аргументы
valfloat Value
Возвращает
float - Square of value
Print( Math.Sqrt(25));
>> 5
proto void Print(void var)
Prints content of variable to console/log.
void Math()
Определения EnMath.c:8

Используется в SoftSkillsManager::AddExponentialPrecise(), SoftSkillsManager::AddExponentialRough(), DayZIntroScenePC::DayZIntroScenePC(), Easing::EaseInCirc(), Easing::EaseInOutCirc(), Easing::EaseOutCirc(), CGame::OnRPC() и UIScriptedMenu::Update().