Commit History

Author SHA1 Message Date
  Dan Barella ab8fda7654 Change assert form. 7 years ago
  Dan Barella ecb0816c83 Remove an unneeded assert. 7 years ago
  Dan Barella 3534a89858 Don't use assert_ne! 7 years ago
  Dan Barella f99aa0e181 Check overflow when casting floats to integers. 7 years ago
  bors[bot] aa36cdb206 Merge #42 7 years ago
  Josh Stone ab0de9c329 Release 0.2.1 7 years ago
  bors[bot] 5f906234bc Merge #41 7 years ago
  Josh Stone 04a3f2a591 Comment the Rust version for NAN.is_sign_* behavior 7 years ago
  Josh Stone 080f6f259e Comment the i32::MIN case for FloatCore::powi 7 years ago
  Josh Stone aa9ceba628 Add doctests to FloatCore 7 years ago
  Josh Stone ec3cd50f3d Weaken the std f32::to_degrees/to_radians tests 7 years ago
  Josh Stone ac6eca4b66 Use more FloatCore in src/sign.rs 7 years ago
  Josh Stone 36c7e324db Fix FloatCore::powi with i32::MIN exponent 7 years ago
  Josh Stone 964a7e52a8 Reinstate NAN-sign fixes in FloatCore 7 years ago
  Josh Stone 8d16921579 allow unused macros 7 years ago
  Josh Stone 6fa29be7c0 Use macros for more float constants 7 years ago
  Josh Stone 83d498d0be Add integer_decode to FloatCore 7 years ago
  Josh Stone f365a4205f Add rounding methods to FloatCore 7 years ago
  Josh Stone 99c6cc11ba Add more constants to FloatCore 7 years ago
  Josh Stone 7d6575da0f Add NumCast to FloatCore, matching Float 7 years ago
  Josh Stone ac503261ca Forward FloatCore to inherent methods when possible 7 years ago
  Josh Stone c848562fcf Use forwarding macros to implement Float and Real 7 years ago
  bors[bot] dc6a125a9c Merge #37 7 years ago
  Clar Charr 79b557f040 Ensure infalliability of conversions, avoid closures. 7 years ago
  Clar Charr aca8dc8149 Remove Pow<u64> (accidentally added). 7 years ago
  Clar Charr 61a6acc9c2 Add more Pow implementations. 7 years ago
  Clar Charr 5d6933f34a Fix doc tests. 7 years ago
  Clar Charr ce3badca57 Move Pow to pow module. 7 years ago
  Clar Charr c1f4118b4e Fix Inv trait, add Pow trait. 7 years ago
  Clar Charr 5bdff3f0ff Add Inv trait. 7 years ago