decimal
decimal copied to clipboard
Implement fmt.Formatter
- Fixes #326
We would like to get started implement the fmt.Formatter. At first, we implement the indicators of '%s' and '%f'.
'%s' is due to compatibility for conventional behavior.