KovtunV / NoStringEvaluating

Fast low memory consuming mathematical evaluation without endless string parsing! Parses string formula once and uses its object sequence in each evaluation. Moreover, provides user defined functions and variables.
MIT License
28 stars 10 forks source link

IF Function could not return NULL variables. Fixed #8

Closed IvoTops closed 2 years ago

IvoTops commented 2 years ago

Small fix to allow the IF function to return a null variable

KovtunV commented 2 years ago

@IvoTops Could you fix IffFunction as well, please?

IvoTops commented 2 years ago

Committed in my branch. Do you need an extra PR for that or?

On Thu, Oct 27, 2022, 16:41 Vitaly @.***> wrote:

@IvoTops https://github.com/IvoTops Could you fix IffFunction as well, please?

— Reply to this email directly, view it on GitHub https://github.com/KovtunV/NoStringEvaluating/pull/8#issuecomment-1293630416, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA5YHTQPTRFZIATXPHOQZADWFKIBZANCNFSM6AAAAAARQDDCEE . You are receiving this because you were mentioned.Message ID: @.***>

KovtunV commented 2 years ago

nope, same PR, I see changes in two files, thank you