squiggle.c

Self-contained Monte Carlo estimation in C99
Log | Files | Refs | README

commit 75689c506d93f943b1a89a55334c39233256d3ae
parent 5ef5c6847aaaca169adbccad0f2ce8c2b8d53605
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Sun, 16 Jul 2023 12:11:25 +0200

mark to-dos as done

Diffstat:
Mscratchpad/scratchpad.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scratchpad/scratchpad.c b/scratchpad/scratchpad.c @@ -56,7 +56,7 @@ struct box inverse_cdf(float cdf(float), float p) { // given a cdf: [-Inf, Inf] => [0,1] // returns x such that cdf(x) = p - // to do: add bounds, add error checking + // [x] to do: add bounds, add error checking // [x] maybe return a struct or smth. struct box result;