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