jacobwilliams / fortran_function_parser

Modern Fortran function parser. An update of "fparser" by Roland Schmehl
Other
32 stars 6 forks source link

What about complex functions? #21

Open angelog0 opened 6 months ago

angelog0 commented 6 months ago

I wonder if this parser can be used (and How) with complex functions/expressions or it needs to be rewritten in some manner.

What can you suggest?