ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:max

Table of Contents

max

num max(num a, num b)

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.txt · Last modified: 2019/08/26 01:19 by korshun