- :integer
numerator
get the numerator of given number
Parameters
numerator number :integer :floating :rational
Returns
Examples
copynum: to :rational 12.4 ; num: 62/5 print numerator num ; => 62
copyprint numerator 10 ; => 10
numerator number :integer :floating :rational
copynum: to :rational 12.4 ; num: 62/5 print numerator num ; => 62
copyprint numerator 10 ; => 10