四捨五入する

説明

Egison言語で四捨五入するにはroundを使います。(round 2.5)とすると3、(round 2.3)とすると2になります。

サンプル [サンプルをダウンロード]

(test (round 3.1415))
(test (round 3.5678))

実行結果

Egison言語を使ったプログラムの実行結果