0
comment
comment
on 10/15/2017 12:09 PM
So I was bored, didn’t know what to do, started solving problems on codewars (shut up!). There was this little problem there, where they are asking you to compute , for potentially large n’s with precision. It’s easy to see that this needs to be refactored (no need to actually compute factorials), and the solution […]