quote from; https://golang.org/pkg/math/big/ "*Int, *Rat, and *Float satisfy the fmt package's Scanner interface for scanning" but *Float, (unlike *Int, *Rat), for some reason, doesn’t have a Scan method, so doesn't.