Kt
Talk
com.
mysidia.
kttalk
abs
arc
Cos()
arc
Cosh()
arc
Sin()
arc
Sinh()
arc
Tan
arc
Tanh()
ceil()
cos()
cosh()
down
To
ensure
even
exp()
factorial
floor()
gcd
hypot()
if
Curtailed
if
False
if
Not
Null
if
Null
if
True
is
Null()
lcm
ln()
log
odd
on
reciprocal()
round
sin()
sinh()
sqrt()
squared()
step
tan()
tanh()
times
Repeat
up
To
while
False()
while
True()
KtTalk
/
com.mysidia.kttalk
/
factorial
factorial
fun
Int
.
factorial
():
Int
Content copied to clipboard
computes the factorial of the receiver integer.
Return
Int
Throws
kotlin.ArithmeticException
fun
Long
.
factorial
():
Long
Content copied to clipboard
computes the factorial of the receiver integer.
Return
Long
Throws
kotlin.ArithmeticException