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

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.1489763089.txt.gz · Last modified: 2017/03/17 17:04 by korshun