X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=%E9%96%A2%E6%95%B0%E3%83%BB%E5%91%BD%E4%BB%A4%2FROUND.txt;h=3d5a5362bf3ab356856fe08a678ee81088df6f01;hb=e1a04368141e38f6a5760d96521c1311ca82b81a;hp=29b206fba1927e2e362824d5313803da55378f3a;hpb=2d054a45b9143928a7ea93ac1112adf5440dc6d9;p=bacon%2FBaCon-Japanese.git diff --git a/関数・命令/ROUND.txt b/関数・命令/ROUND.txt index 29b206f..3d5a536 100644 --- a/関数・命令/ROUND.txt +++ b/関数・命令/ROUND.txt @@ -1 +1,13 @@ - ROUND ROUND() 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. \ No newline at end of file + ROUND + + ROUND() + + 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. +