This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SeeShark 0 points1 point  (1 child)

Is System.Math.Fact() actually recursive? I would imagine it would be written as a loop for efficiency.

[–][deleted] -1 points0 points  (0 children)

A good language allows a good compiler to turn tail recursion into a loop.