How to use cmath Bessel functions with Mac
So I am using Mac with the developer tools coming from XCode and according to other answers I should compile using something like: g++ –std=c++17 test.cpp -o test or using clang++ but I still I am having trouble making the script find the special functions. What else can I try? Minimum example #include <cmath> #include… Read More How to use cmath Bessel functions with Mac