mark to-dos as done

This commit is contained in:
NunoSempere 2023-07-16 12:11:25 +02:00
parent 5ef5c6847a
commit 75689c506d

View File

@ -56,7 +56,7 @@ struct box inverse_cdf(float cdf(float), float p)
{ {
// given a cdf: [-Inf, Inf] => [0,1] // given a cdf: [-Inf, Inf] => [0,1]
// returns x such that cdf(x) = p // 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. // [x] maybe return a struct or smth.
struct box result; struct box result;