About This File
LV-muParser provides a simple LabVIEW API for muParser fast math expression parser.
A modified version of muParser v2.3.4 is included. It will be installed to your "<LabVIEW>\resource" directory. I have added support for the "!" (not) operator as well as added ":" as a valid character for variable names.
You will find the muParser API in the functions palette under "Addons > LAVA > muParser"
muParser: https://beltoforion.de/en/muparser/
LV-muParser source on github: https://github.com/rfporter/LV-muParser
This package has been tested on Windows 10 & 11 and Ubuntu Linux 20.04.
Edited by Porter
Update
What's New in Version 2.1.0 See changelog
Released
- Updated muparser to v2.3.4. Renamed shared objects for non-windows targets.