• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..20-Jan-2021-

READMEH A D20-Jan-2021321 32

dep_intervals.cppH A D20-Jan-20213.8 KiB153110

dep_intervals.hH A D20-Jan-202116 KiB428357

interval.hH A D20-Jan-202114.7 KiB393215

interval_def.hH A D20-Jan-202168.4 KiB2,0091,621

interval_mpq.cppH A D20-Jan-2021308 222

README

1Template for interval arithmetic. The template can be instantiated using different numeral (integers/mpz, rationals/mpq, floating-point/mpf, etc) packages.
2The class im_default_config defines a default configuration for the template that uses rationals. It also shows what is the expected signature used by the template.
3