# README
サンプルリスト
このディレクトリには以下のサンプルがあります。
file | example name | note |
---|---|---|
order_of_computation.go | floatop_order_of_computation | 浮動小数点は計算の順序によって結果が変わることのサンプルです |
rounding_error.go | floatop_rounding_error | 小数点計算において近似値が利用され丸め誤差が出るサンプルです |
using_decimal_pkg.go | floatop_using_decimal_pkg | 小数点計算を github.com/shopspring/decimal パッケージを利用して処理するサンプルです |