DynamoDS / Dynamo

Open Source Graphical Programming for Design
https://dynamobim.org
Other
1.73k stars 632 forks source link

X^Y for formula node #349

Closed andydandy74 closed 8 years ago

andydandy74 commented 11 years ago

As Revit users we are accustomed to be able to write x^y if we want to raise x to the power of y. In the formula node we have to write Pow(x,y). It would be nice if it accepted the accustomed notation as well.

Steell commented 11 years ago

As of now we're limited by what NCalc can do, and it would be non-trivial to add a ^ operator to the NCalc syntax. Eventually we will write our own parser for the formula node that gives us total customization, but for now this is going on the backlog.