Frank Wikström
Frank Wikström
@gburtini Any thoughts on this? I'd like to finish the Gamma implementation (and chi^2 as a special case) with a pull request.
Thanks, I'll get to this within the next few days.
Thank you both for the report, I'll give it some thought and get back to you, hopefully next week..
Thank you, I'll have a closer look at this, but at first glance, this looks very useful.
There is currently no straightforward way to handle functions of several variables, but it's on the wishlist.
If you know what functions you want to support, you can do this by creating your own custom versions of the Lexer and the Evaluator. If you want to support...
The standard lexer/parser that ships with the project only uses `^` for exponentiation, and `log` for the logarithm to base `e`. If you want to change that, I would suggest...
Let me think a little about this. I'm not sure I want this in the standard Lexer that is shipped. If you want this functionality, it's probably better to change...
Thank you for your contribution. It will take me a while to go through this.
Thanks for the reminder, I willl try to get to it soon.