Skip to content

Commit

Permalink
Update src/elementary-number-theory/mediant-integer-fractions.lagda.md
Browse files Browse the repository at this point in the history
Co-authored-by: Fredrik Bakke <[email protected]>
  • Loading branch information
malarbol and fredrik-bakke authored Feb 27, 2024
1 parent 86e09b2 commit 39a8b54
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ cross-mul-diff-right-mediant-fraction-ℤ (nx , dx , px) (ny , dy , py) =
( mul-ℤ ny dy))
= ny *ℤ (dx +ℤ dy) -ℤ (nx +ℤ ny) *ℤ dy
by ap-diff-ℤ
( inv ( left-distributive-mul-add-ℤ ny dx dy))
( inv ( right-distributive-mul-add-ℤ nx ny dy))
( inv (left-distributive-mul-add-ℤ ny dx dy))
( inv (right-distributive-mul-add-ℤ nx ny dy))
```

## External links
Expand Down

0 comments on commit 39a8b54

Please sign in to comment.