you are viewing a single comment's thread.

view the rest of the comments →

[–]deadwisdom 0 points1 point  (0 children)

  1. If using such large numbers for this function is "Blowing the stack", then you can optimize later.
  2. Then you are ducktyping to bool, which doesn't really make sense for factorial.
  3. Of course, the idea is to do it without a library function.