nalgebra/tests
Eduard Bopp 956c5cdecc Implement assertion macros for ApproxEq
These macros yield readable error messages as test assertions for ApproxEq
types. They can be invoked as:

    assert_approx_eq!(a, b);
    assert_approx_eq_eps!(a, b, eps);

Fixes #40.
2014-11-23 14:15:56 +01:00
..
assert.rs Implement assertion macros for ApproxEq 2014-11-23 14:15:56 +01:00
mat.rs Update to the last rust-nightly. 2014-11-20 09:56:26 +01:00
quat.rs Update to the last rust-nightly. 2014-10-18 20:52:35 +02:00
vec.rs Update to the last rust-nightly. 2014-11-06 14:52:52 +01:00