HaxeFoundation/haxe

Min/Max constants for numeric values

Open

#6,054 opened on Feb 24, 2017

 (11 comments) (24 reactions) (0 assignees)Haxe (704 forks)auto 404
Hacktoberfeststandard library

Repository metrics

Stars
 (6,901 stars)
PR merge metrics
 (PR metrics pending)

Description

Haxe lacks min/max constants for numeric (Int, Float, UInt) types. There is an implementation in as3hx Float Int Those constants could be added to Math class or to corresponding base types (like Int.MAX, Float.MIN etc).

Contributor guide