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

Mathematial Error at sequence command #31

Closed felixwittwer closed 3 weeks ago

felixwittwer commented 3 weeks ago

in Statistik > Binomialverteilung > Verteilung

when lower and upper border are the same

sometimes the Mathematical Error accures at the position of the sequence command in Line 142

felixwittwer commented 3 weeks ago

Issue was probably present in the original ABI 2017 Version of the program. The error only occures when N a variable that originaly was not used was negative. The sequence command can not deal with negative arguments -> Error.

Additionaly the variable N was not used in this part of the program so not defined at all for this submenu. So this Error only occured when N was defined anywhere else.