Closed
Description
https://github.com/rwaldron/exponentiation-operator I don't think it needs proposal.
Few emitting examples :
x**y
Math.pow(x,y)
x **= y
x = Math.pow(x, y);
https://github.com/rwaldron/exponentiation-operator I don't think it needs proposal.
Few emitting examples :
x**y
Math.pow(x,y)
x **= y
x = Math.pow(x, y);