Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
calcium
master
Top Level Namespace
Calcium
CalciumException
CalculateException
Cli
CommaToken
NumberToken
OperatorToken
ParenToken
ParseException
SyntaxToken
Token
TokenizeException
Float
NegativeFactorialError
NonIntegerFactorialError
Built with Crystal 1.9.2
2023-10-08 14:20:05 UTC
class
NegativeFactorialError
NegativeFactorialError
Exception
Reference
Object
Defined in:
calcium/math.cr
Constructors
.new
(message =
"Factorial of a negative number"
)
Constructor Detail
def self.
new
(message =
"Factorial of a negative number"
)
#
[
View source
]