HaxeFoundation / haxe.org-comments

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

[haxe.org/manual] Binary Operators #21

Open utterances-bot opened 5 years ago

utterances-bot commented 5 years ago

Binary Operators - Haxe - The Cross-platform Toolkit

Haxe is an open source toolkit based on a modern, high level, strictly typed programming language.

https://haxe.org/manual/expression-operators-binops.html

raissonsouto commented 5 years ago

Is there any special command to use potentiation?

nadako commented 5 years ago

No, you have to call Math.pow

raissonsouto commented 5 years ago

Thanks