B Bob May 3, 2005 #1 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
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
H Herfried K. Wagner [MVP] May 3, 2005 #3 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? Click to expand... No, there isn't. However, n! can be easily determined...
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? Click to expand... No, there isn't. However, n! can be easily determined...
B Bob May 5, 2005 #4 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
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