05-20-2023 05:50 PM
We need to calculate some simple math models which include digamma functions. Turns out LabVIEW elementary functions from gamma function palette does not support complex data type, which we require. Are there any LabVIEW advanced math libraries, toolkits, or addons available that support complex data with gamma functions?
05-21-2023 08:28 AM - edited 05-21-2023 08:29 AM
Interesting ...
I used the complex gamma function very rarely and I then used an old calculator. I didn't realize that Labview doesn't have these features.
There should be a Python function for this.