OSDN Git Service

SourceForge.JP で Mac 旧来の改行コード( CR のみ)の場合に正常に処理されないので、改行コードを変更。
[bacon/BaCon-Japanese.git] / 関数・命令 / ROUND.txt
index 29b206f..3d5a536 100644 (file)
@@ -1 +1,13 @@
-  ROUND\r\r   ROUND(<x>)\r\r   Type: function\r\r   Rounds x to the nearest integer number. For compatibility reasons, the\r   keyword INT may be used instead. Note that this function always returns\r   an integer value.\r\r   See also FLOOR to round down to the nearest the integer and MOD to get\r   the fraction from a fractional number.\r\r
\ No newline at end of file
+  ROUND
+
+   ROUND(<x>)
+
+   Type: function
+
+   Rounds x to the nearest integer number. For compatibility reasons, the
+   keyword INT may be used instead. Note that this function always returns
+   an integer value.
+
+   See also FLOOR to round down to the nearest the integer and MOD to get
+   the fraction from a fractional number.
+