HaxeFoundation / haxe.org-comments

Repository to collect comments of our haxe.org websites
2 stars 2 forks source link

[code.haxe.org] Beginner - Using numbers #135

Open utterances-bot opened 8 months ago

utterances-bot commented 8 months ago

Using numbers - Beginner - Haxe programming language cookbook

Define integers and floats:

https://code.haxe.org/category/beginner/numbers-floats-ints.html

colby8265 commented 8 months ago

After i compile code to java, the float will become double, but double arithmetic is not always 100% accurate. how can i fix this?

KELOTOMU commented 4 months ago

@colby8265 You can just round it to get an accurate value e.g Std.int