[go: up one dir, main page]

subtract

A simple and easy-to-use library to calculate the difference of two numbers
https://github.com/Vortex2Oblivion/subtract

To install, run:

haxelib install subtract 1.0.0 

See using Haxelib in Haxelib documentation for more information.

README.md

Subtract

Subtract

An easy-to-use library for calculating the difference of two numbers!

package;

import subtract.Subtract.subtract;

class Main {
	static function main() {
		trace(subtract(10, 2)); // outputs 8
	}
}
Contributors
Vortex
Version
1.0.0
Published
9 months ago
Dependencies
License
MIT

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