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;