Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
rational
master
Int
Number
Rational
Helper
Int
Number
Built with Crystal 1.9.2
2023-10-07 18:31:23 UTC
module
Rational::Number
Direct including types
Number
Defined in:
rational/integer.cr
Instance Method Summary
#!=
(rhs : Rational)
#<
(rhs : Rational)
#<=
(rhs : Rational)
#<=>
(rhs : Rational)
#==
(rhs : Rational)
#>
(rhs : Rational)
#>=
(rhs : Rational)
Instance Method Detail
def
!=
(rhs :
Rational
)
#
[
View source
]
def
<
(rhs :
Rational
)
#
[
View source
]
def
<=
(rhs :
Rational
)
#
[
View source
]
def
<=>
(rhs :
Rational
)
#
[
View source
]
def
==
(rhs :
Rational
)
#
[
View source
]
def
>
(rhs :
Rational
)
#
[
View source
]
def
>=
(rhs :
Rational
)
#
[
View source
]