aboutsummaryrefslogtreecommitdiff
path: root/double-error.c
AgeCommit message (Collapse)Author
2026-02-09Don't invoke pow if exponent is 1. Also write routine to compute ↵Julian Weigt
exponentials by multiplication if the exponent is integer.
2026-02-04In double-error replace double by typedef.Julian Weigt
2026-02-04Allow p=∞ in program and adjust and generalize printing accordingly.Julian Weigt
2026-02-04s/inv_exptype_to_double/exptype_to_double/gJulian Weigt
2026-02-04Finish all printing including latex and niceties for printing 0 and 1 and such.Julian Weigt
2026-02-04Print all results when finished, make printing prettier.Julian Weigt
2026-02-04s/to_double/valuetype_to_double/gJulian Weigt
2026-02-04Properly use header files and change return type for conversion from bool to ↵Julian Weigt
int.
2026-02-04Add "…" to string conversion output.Julian Weigt
2026-02-04Introduce is_greater_certainly and is_greater_possibly to make more robust ↵Julian Weigt
the printing and finding of records. Start reorganizing to allow eventual printing of all records.
2026-02-04Add stdbool.h everywhere.Julian Weigt
2026-02-04Print if and only if it beats previous record.Julian Weigt
2026-02-04Give int conversion functions better names.Julian Weigt
2026-02-04Add root_to_string function to enable printing of roots.Julian Weigt
2026-02-04Print error exponential instead of floating.Julian Weigt
2026-02-04Make error bounds precise and correct (hopefully).Julian Weigt
2026-02-04Start trying to handle also egde and big error cases in error handling.Julian Weigt
2026-02-04Handle error estimate for maximum properly.Julian Weigt
2026-02-04Implement double arithmetic with error bounds.Julian Weigt