Project

General

Profile

« Previous | Next » 

Revision 6bb3618f

Added by yawboakye (yaw boakye) over 6 years ago

n+1 to include n in range

Python's range stop right before n, which means factL never returns the correct result.

Closes: https://github.com/ruby/ruby/pull/1982