Hi,
There is an implementation of implicit plotting at PR 1370. The PR currently supports
the following functions:
sin, cos, exp, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh, floor, ceiling,
max, min, log , exp, sqrt, and powers to integers.
I will add powers to floating points and intervals, gamma function and LamberW in the next
pull request.
There will be a fallback algorithm if a function in an expression is not implemented. But it would
be great if most of the functions are supported as the plotting will be fast So I would like to know
what are the other functions that has to be implemented?
Thanks,
Bharath M R