ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:safediv

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
functions:safediv [2017/03/13 17:34] korshunfunctions:safediv [2017/03/17 17:41] – [Description] korshun
Line 1: Line 1:
 ====== SafeDiv ====== ====== SafeDiv ======
-{{tag>math logic todo}}+{{tag>math todo}}
 ''int SafeDiv(int num, int den)'' ''int SafeDiv(int num, int den)''
  
Line 6: Line 6:
 Performs safe division: if denumerator is 0, the result is 0 and no error happens. Performs safe division: if denumerator is 0, the result is 0 and no error happens.
  
-Integer version, for fixed-point numbers see [[function:SafeFixedDiv|SafeFixedDiv()]].+Integer version, for fixed-point numbers see [[functions:SafeFixedDiv]].
  
 ===== Examples ===== ===== Examples =====
functions/safediv.txt · Last modified: 2017/03/17 17:41 by korshun