quii / learn-go-with-tests

Learn Go with test-driven development
MIT License
22.21k stars 2.81k forks source link

Divide By Zero #760

Closed elmq0022 closed 4 months ago

elmq0022 commented 6 months ago

https://github.com/quii/learn-go-with-tests/blob/main/math.md#a-note-on-dividing-by-zero

This paragraph states dividing by zero is equal to infinity. Technically, this quantity is undefined.