Category talk:Wren-rat: Difference between revisions

→‎Source code: Harmonization of constants between numeric modules.
m (Minor changes.)
(→‎Source code: Harmonization of constants between numeric modules.)
Line 43:
static one { Rat.new( 1, 1) }
static two { Rat.new( 2, 1) }
static three { Rat.new( 3, 1) }
static four { Rat.new( 4, 1) }
static five { Rat.new( 5, 1) }
static six { Rat.new( 6, 1) }
static seven { Rat.new( 7, 1) }
static eight { Rat.new( 8, 1) }
static nine { Rat.new( 9, 1) }
static ten { Rat.new( 10, 1) }
static half { Rat.new( 1, 2) }
static third { Rat.new( 1, 3) }
static quarter { Rat.new( 1, 4) }
static fifth { Rat.new( 1, 5) }
static sixth { Rat.new( 1, 6) }
static seventh { Rat.new( 1, 7) }
static eighth { Rat.new( 1, 8) }
static ninth { Rat.new( 1, 9) }
static tenth { Rat.new( 1, 10) }
 
9,476

edits