can't find the factorial operator

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

I can't seem to find the factorial operator. It's not in the math namespace,
either. Is factorial not built in to the Framework?

Bob
 
Bob said:
I can't seem to find the factorial operator. It's not in the math
namespace,
either. Is factorial not built in to the Framework?

No, there isn't. However, n! can be easily determined...
 
I was worried that if I did it myself it woudn't have the same peformance as
any built-in function.

Little did I know it wouldn't matter in the slightest. The speed of a modern
computer executing purely mathematical programs just floored me.

Bob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top