helper

Helper is a library that helps with math, web and zip for now.
https://github.com/brosomethingwrongwithyothing/helper

To install, run:

haxelib install helper 1.0.2 

See using Haxelib in Haxelib documentation for more information.

README.md

Helper Haxelib Info

This currently has

mod(); multiples();

If you know any ideas, please let me know in issues!

Functions

This section has functions inside the Helper Class.

mod(num, modNum)

Mods the num by the modNum e.g. 5 mod 2 = 1.

multiples(num, length, includesZero)

Returns an array with multiples of num until length and can include zero with the includesZero flag.

Contributors
RafPlayz69YT
Version
1.0.2
Published
3 years ago
License
GPL

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub