gfm v2.0.11 (2015-02-12T17:50:21Z)
Home
Dub
Repo
Rational.this
gfm
math
rational
Rational
Construct a Rational from an integer.
this
(long n)
struct
Rational
@
nogc
pure nothrow
this
(
long
n
)
this
(Rational f)
this
(long numerator, long denominator)
Meta
Source
See Implementation
gfm
math
rational
Rational
constructors
this
functions
inverse
opAssign
opBinary
opCast
opCmp
opEquals
opOpAssign
opUnary
toString
variables
denom
num
Construct a Rational from an integer.