mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Remove unused typedef. Fix dangling reference to policy in airy. Pipe unused variables in compile test to /dev/null to suppress compiler warnings. Remove comment within comment.
This commit is contained in:
@@ -246,7 +246,7 @@ Probability of selling his quota of 5 bars
|
||||
on or before the 30th house is 0.99849
|
||||
]
|
||||
|
||||
/*`So the risk of failing even after visiting all the houses is 1 - this probability,
|
||||
`So the risk of failing even after visiting all the houses is 1 - this probability,
|
||||
``1 - cdf(nb, all_houses - sales_quota``
|
||||
But using this expression may cause serious inaccuracy,
|
||||
so it would be much better to use the complement of the cdf:
|
||||
@@ -511,9 +511,3 @@ House for 5th (last) sale. Probability (%)
|
||||
30 0.99849
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user