Is there any library where I can pass an expression like the below and get the result
Max(1,2,3, Avg(4,5,6,7), 9+10, 11/12)
I tried to search