what is the ! operator called in math, as in n! ? I used to know, but I seem to be having a bit of a brain fart.
:)
Printable View
what is the ! operator called in math, as in n! ? I used to know, but I seem to be having a bit of a brain fart.
:)
Factorial
Thanks
that was a hard thread to click on, so small.
3! = 3*2*1 right?
yup
Public Function Factorial(iNum As Long) As Double
Factorial = 1
For i = 2 To iNum
Factorial = Factorial * i
Next i
End Function
It emphasises the next digit.
Stop ressurecting my old threads, or I will burn your entire country down.Quote:
Originally Posted by visualAd
:mad:
You used to be so dumb and young....now you are just young...
I am obsessed with your username and I have launched a stlaking campagne against you. Until you hand over your name and all right to it hereby, I shall not stop.
P.s: I won't tell you what country I'm living in :P
this thread is 4 years old.... you dug deep...
I'll burn them all, just to be sure. You can't hide forever.Quote:
Originally Posted by visualAd
:afrog:
Your powers of deduction are phenominal. :DQuote:
Originally Posted by Phill64