- :rational
reciprocal
calculate the reciprocal of given number
Parameters
reciprocal value :integer :floating :rational
Returns
Examples
copyr: to :rational [3 2] print reciprocal r ; 2/3
copyreciprocal 3 ; => 1/3 reciprocal 3.2 ; => 5/16
reciprocal value :integer :floating :rational
copyr: to :rational [3 2] print reciprocal r ; 2/3
copyreciprocal 3 ; => 1/3 reciprocal 3.2 ; => 5/16