I think this speedrunning video has a floating point error in it. They calculate the number of possible outcomes to a video game mini game as (some other number) and a float32, which they represent as 2**32. BUT the MIPS CPU in the N64 has floats that throw exceptions for the special values. So it's not going to include the special floats like INF and NAN! So it's SLIGHTLY FEWER possible outcomes.