ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:zan_sqrt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
functions:zan_sqrt [2017/03/13 17:02] – created korshunfunctions:zan_sqrt [2017/04/15 17:34] korshun
Line 1: Line 1:
-#REDIRECT functions:sqrt+====== zan_Sqrt ====== 
 +{{tag>math numerical_algorithms zandronum implemented_in_zdoom}} 
 +''int zan_Sqrt(int number)'' 
 + 
 +===== Description ===== 
 + 
 +An implementation of [[zdoom>Sqrt]] for Zandronum 2.1.2, because the ZDoom version is only available in ZDoom 2.7.0 and above. 
 + 
 +===== See also ===== 
 +[[zan_FixedSqrt]]