index
:
discretemf
main
moremalloc
nomalloc
triangle
Computing the maximal function on the discrete circle
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
double-error.c
Age
Commit message (
Expand
)
Author
2026-02-23
Also use long double min and eps, and print error as long double.
Julian Weigt
2026-02-20
Change double to long double because numbers get too big for high derivatives.
Julian Weigt
2026-02-09
Add more comments to code.
Julian Weigt
2026-02-09
Print all integers as integers in double-error, not only selected powers of two.
Julian Weigt
2026-02-09
Don't invoke pow if exponent is 1. Also write routine to compute exponentials...
Julian Weigt
2026-02-04
In double-error replace double by typedef.
Julian Weigt
2026-02-04
Allow p=∞ in program and adjust and generalize printing accordingly.
Julian Weigt
2026-02-04
s/inv_exptype_to_double/exptype_to_double/g
Julian Weigt
2026-02-04
Finish all printing including latex and niceties for printing 0 and 1 and such.
Julian Weigt
2026-02-04
Print all results when finished, make printing prettier.
Julian Weigt
2026-02-04
s/to_double/valuetype_to_double/g
Julian Weigt
2026-02-04
Properly use header files and change return type for conversion from bool to ...
Julian Weigt
2026-02-04
Add "…" to string conversion output.
Julian Weigt
2026-02-04
Introduce is_greater_certainly and is_greater_possibly to make more robust th...
Julian Weigt
2026-02-04
Add stdbool.h everywhere.
Julian Weigt
2026-02-04
Print if and only if it beats previous record.
Julian Weigt
2026-02-04
Give int conversion functions better names.
Julian Weigt
2026-02-04
Add root_to_string function to enable printing of roots.
Julian Weigt
2026-02-04
Print error exponential instead of floating.
Julian Weigt
2026-02-04
Make error bounds precise and correct (hopefully).
Julian Weigt
2026-02-04
Start trying to handle also egde and big error cases in error handling.
Julian Weigt
2026-02-04
Handle error estimate for maximum properly.
Julian Weigt
2026-02-04
Implement double arithmetic with error bounds.
Julian Weigt