package
0.5.36
Repository: https://github.com/devlights/try-golang.git
Documentation: pkg.go.dev

# README

サンプルリスト

このディレクトリには以下のサンプルがあります。

fileexample namenote
order_of_computation.gofloatop_order_of_computation浮動小数点は計算の順序によって結果が変わることのサンプルです
rounding_error.gofloatop_rounding_error小数点計算において近似値が利用され丸め誤差が出るサンプルです
using_decimal_pkg.gofloatop_using_decimal_pkg小数点計算を github.com/shopspring/decimal パッケージを利用して処理するサンプルです