Closed andydandy74 closed 8 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.
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.