nalgebra/src/structs
Mike Dilger 4c1cfb03cf ApproxEq trait enhanced with ULPs method of specifying closeness:
approx_eq_ulps() allows specification of epsilon as an integer number
  of Units in the Last Place (ULPs) difference between the two floating
  point values

  default approx_ulps() is set to 8.

  approx_eq() function continues to use epsilon method, although I
  recommend further commits and a migration towards the ULPs method.
2015-01-01 10:12:27 +13:00
..
spec ApproxEq trait enhanced with ULPs method of specifying closeness: 2015-01-01 10:12:27 +13:00
dmat.rs ApproxEq trait enhanced with ULPs method of specifying closeness: 2015-01-01 10:12:27 +13:00
dvec_macros.rs ApproxEq trait enhanced with ULPs method of specifying closeness: 2015-01-01 10:12:27 +13:00
dvec.rs Rename std::slice::Items -> std::slice::Iter 2014-12-23 19:01:49 +01:00
iso_macros.rs ApproxEq trait enhanced with ULPs method of specifying closeness: 2015-01-01 10:12:27 +13:00
iso.rs Fix Encodable/Decodable deprecation warnings 2014-12-25 16:05:33 -05:00
mat_macros.rs ApproxEq trait enhanced with ULPs method of specifying closeness: 2015-01-01 10:12:27 +13:00
mat.rs Fix Encodable/Decodable deprecation warnings 2014-12-25 16:05:33 -05:00
mod.rs Replace the double dispatch trick by multidispatch! 2014-11-26 14:23:30 +01:00
ortho.rs Fix Encodable/Decodable deprecation warnings 2014-12-25 16:05:33 -05:00
persp.rs Fix Encodable/Decodable deprecation warnings 2014-12-25 16:05:33 -05:00
pnt_macros.rs Add trailing ';' to all item macros 2014-12-19 15:33:01 +01:00
pnt.rs Fix Encodable/Decodable deprecation warnings 2014-12-25 16:05:33 -05:00
quat.rs ApproxEq trait enhanced with ULPs method of specifying closeness: 2015-01-01 10:12:27 +13:00
rot_macros.rs ApproxEq trait enhanced with ULPs method of specifying closeness: 2015-01-01 10:12:27 +13:00
rot.rs Fix Encodable/Decodable deprecation warnings 2014-12-25 16:05:33 -05:00
vec_macros.rs ApproxEq trait enhanced with ULPs method of specifying closeness: 2015-01-01 10:12:27 +13:00
vec.rs Fix Encodable/Decodable deprecation warnings 2014-12-25 16:05:33 -05:00