├── LICENSE ├── README.md ├── math_Integer.h ├── math_Rational.h └── math_Unsigned.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/possibly-wrong/precision/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/possibly-wrong/precision/HEAD/README.md -------------------------------------------------------------------------------- /math_Integer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/possibly-wrong/precision/HEAD/math_Integer.h -------------------------------------------------------------------------------- /math_Rational.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/possibly-wrong/precision/HEAD/math_Rational.h -------------------------------------------------------------------------------- /math_Unsigned.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/possibly-wrong/precision/HEAD/math_Unsigned.h --------------------------------------------------------------------------------