fortran_function_parser icon indicating copy to clipboard operation
fortran_function_parser copied to clipboard

Add logical operations

Open jacobwilliams opened this issue 3 years ago • 0 comments

I think >, < could be easily added. Currently, the code assumes all operators are single characters, so >=, etc. might be harder to add.

Would set True = 1.0, False = 0.0.

jacobwilliams avatar May 29 '22 15:05 jacobwilliams