Skip to content

skial/min-max

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

min-max

A small library to provide min and max cross-platform constants for Int and Float types.

Install

  • lix install gh:skial/min-max

Example

package ;

using be.Constant;

class Main {

    public static function main() {
        trace( Floats.MIN, Floats.MAX, Floats.MIN - 1, Floats.MAX + 1 );
        trace( Ints.MIN, Ints.MAX, Ints.MIN - 1, Ints.MAX + 1 );
    }

}

About

Provides min and max cross-platform constants for Int and Float types.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages