operator-fraction.go: added link to a tutorial about fractions

This commit is contained in:
Celestino Amoroso 2024-05-18 07:07:17 +02:00
parent 9451958218
commit 14bb9e942b

View File

@ -4,6 +4,8 @@
// operand-fraction.go
package expr
//https://www.youmath.it/lezioni/algebra-elementare/lezioni-di-algebra-e-aritmetica-per-scuole-medie/553-dalle-frazioni-a-numeri-decimali.html
import (
"errors"
"fmt"