Skip to content

Commit

Permalink
Merge pull request #2143 from pocke/Rational#quo
Browse files Browse the repository at this point in the history
Revise Rational#quo documentation
  • Loading branch information
znz committed Mar 10, 2020
2 parents 90ecc47 + ab301d6 commit 4f14863
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions refm/api/src/_builtin/Rational
Expand Up @@ -96,9 +96,7 @@ r - 0.5 # => 0.25

@param other 自身を割る数

other に [[c:Float]] を指定した場合は、計算結果を [[c:Float]] で返しま
す。ただし 0 以外の整数に等しい場合は [[c:Rational]] で返します。
#@# r28844 と r28886
other に [[c:Float]] を指定した場合は、計算結果を [[c:Float]] で返します。

#@samplecode 例
r = Rational(3, 4)
Expand Down

0 comments on commit 4f14863

Please sign in to comment.