> For the complete documentation index, see [llms.txt](https://garden.famiclone.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://garden.famiclone.dev/science/math/fractions.md).

# Fractions

## Notes

### Basic operations

#### Add

{1 \over 6} + {2 \over 3} = {5 \over 6}

To add fractions, they need to have the same denominator. 6 / 3 = 2

Divide max denominator by min and multiply each fraction part (numerator and denominator) by result

## Links
