ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:max

This is an old revision of the document!


Table of Contents

max

Description

Returns the greater of two numbers.

Examples

max(3, 5) -> 5
max(5, 3) -> 5
max(8.0, 7.5) -> 8.0
functions/max.1492266491.txt.gz · Last modified: 2017/04/15 17:28 by korshun