forked from personal/squiggle.c
mark to-dos as done
This commit is contained in:
parent
5ef5c6847a
commit
75689c506d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user