vector calculation support #138
Replies: 1 comment
-
No, but muparserx does. (https://github.com/beltoforion/muparserx) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am wondering if the library support custom function with input/output vector for example:
a = [0,1,2,3]
b = [4,5,-6,7]
"my_mul(a, b) > 0" will produce [0,1,0,1]
thanks!
Beta Was this translation helpful? Give feedback.
All reactions