Numbers

  1. Numerical operations (integers)
  2. Increment integers
  3. unfit in i8 - compile time
  4. unfit in i8 - run time
  5. rounding float
  6. Floating point imprecision
  7. Exponent - power
  8. Exponent protecting agains overflow - checked_pow, saturating_pow
  9. Square root (sqrt)
  10. Square root of integer numbers
  11. Compare integers
  12. Compare floating point numbers
  13. Compare floating point numbers by rounding
  14. Approximately compare floating point numbers
  15. Complex numbers
  16. NaN - Not a Number
  17. Infinite floating point numbers