nalgebra/src
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
..
linalg Use our own traits instead of the deprecated ones. 2014-11-16 14:42:18 +01:00
macros Implement assertion macros for ApproxEq 2014-11-23 14:15:56 +01:00
structs Have ToHomogeneous use &self in method signature 2014-11-22 12:01:45 +01:00
traits Have ToHomogeneous use &self in method signature 2014-11-22 12:01:45 +01:00
lib.rs Implement assertion macros for ApproxEq 2014-11-23 14:15:56 +01:00