mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-22 17:35:33 +00:00
spelling: precision
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
00d006d5b3
commit
fdd213a870
@@ -9,7 +9,7 @@ package mypkg
|
||||
|
||||
public function test(arg_d:decimal): void
|
||||
{
|
||||
//Presision values: HALF_EVEN, DOWN, FLOOR, UP, CEILING, HALF_UP, HALF_DOWN
|
||||
//Precision values: HALF_EVEN, DOWN, FLOOR, UP, CEILING, HALF_UP, HALF_DOWN
|
||||
|
||||
var a:decimal = 10000000010000000002000000000300000000040000000005m;
|
||||
var b:int = 10;
|
||||
|
||||
Reference in New Issue
Block a user