ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:abs

This is an old revision of the document!


Table of Contents

abs

num abs(num x)

Description

Returns the absolute value of x.

Examples

abs(2.0) -> 2.0;
abs(-123) -> 123;
functions/abs.1489346281.txt.gz · Last modified: 2017/03/12 21:18 by korshun