# NOT RUN {
dirwin.hall(2,5)
# Numerically unstable example
# Run the following one after the other
# See how it goes from positive to negative (which means overflowing )
dirwin.hall(35,50)
dirwin.hall(36,50)
dirwin.hall(37,50)
dirwin.hall(38,50)
# }
Run the code above in your browser using DataLab