From 75689c506d93f943b1a89a55334c39233256d3ae Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sun, 16 Jul 2023 12:11:25 +0200 Subject: [PATCH] mark to-dos as done --- scratchpad/scratchpad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scratchpad/scratchpad.c b/scratchpad/scratchpad.c index 33b94ba..5da623e 100644 --- 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;