GitXplorerGitXplorer
H

hxmath

public
13 stars
2 forks
1 issues

Commits

List of commits on branch master.
Unverified
9cfbca2a87b32248df4d064dfadd702a13c819ea

BIGINT: Tweak multiplication test

HHerschel committed 12 years ago
Unverified
93c3497c79a3dcf1b19a178f1bcf57d8954fb51b

BIGINT: Add multiplication implementation

HHerschel committed 12 years ago
Unverified
b7b58c2328c3853db1ae1ee0facb4f01ee67434f

GIT: Add test SWF to gitignore

HHerschel committed 12 years ago
Unverified
217e7551fffb84029854daa26245f005ccf28a9d

COMMON: Fix for latest Haxe SVN r6526

HHerschel committed 12 years ago
Unverified
68d09a7fd5bed580b80caccea65156b7b8a56950

DOCS: Add planned features to README

HHerschel committed 12 years ago
Unverified
dd77f0b0037f99c6660e99fb5851ba1240036f83

BIGINT: Add initial multiplication tests

HHerschel committed 12 years ago

README

The README file for this repository.

hxmath - A math library for Haxe v3

hxmath is a WIP Haxe 3 library that hopes to support:

  • Arbitrary-precision integers (BigInt)
  • Rational numbers
  • Complex numbers
  • Vectors
  • Matrices
  • Quaternions