felixwittwer / casio_abi_math_2025

a collection of programs designed to assist in any field of mathematics needed to pass the German A-levels in Saxony
Other
2 stars 0 forks source link

Math Error in binomial distribution menu #35

Closed felixwittwer closed 8 hours ago

felixwittwer commented 23 hours ago

menu throws math error in binomial distribution menu

values to reproduce: n = 6000 p = 0,9 Min: 5420 Max: 6000

felixwittwer commented 9 hours ago

reproducability validated Error was already preasent in ABI S 17 (original version)

felixwittwer commented 9 hours ago

calculator is unable to calculate 6000 nCr 5420 and higher due to the result beeing to large > 1*10^99

felixwittwer commented 8 hours ago

replaced definition of binomial Probability for one specific data point with the calculators internal function BinomialPD() the menu is now able to deal with lager numbers