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.1) -> 2.1
abs(-2.1) -> 2.1
abs( 123) -> 123
abs(-123) -> 123
functions/abs.1489438135.txt.gz · Last modified: 2017/03/13 22:48 by korshun