Skip to content

Commit

Permalink
Merge 0901561 into 5a98d42
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff committed Mar 7, 2020
2 parents 5a98d42 + 0901561 commit c96f313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MultiplesOfPi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ for op in Symbol[:+,:-,:/,:*]
end

Base.:(//)(p::PiTimes,n) = PiTimes(p.x//n)
Base.:(//)(n,p::PiTimes) = PiTimes(n//p.x)

# Conversion and promotion

Expand Down

0 comments on commit c96f313

Please sign in to comment.