Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 703 Bytes

File metadata and controls

27 lines (16 loc) · 703 Bytes

src/stdlib.ml

Home · Files

Supplies the small numeric and string compatibility helpers expected by translated Doom modules.

Package: (global)

Reachable from entry: yes

Declarations

abs

inline function abs(x)

Returns a numeric magnitude while preserving integer or floating-point representation.

Parameter Type Default Description
x dynamic Horizontal map- or screen-space coordinate.

View source