Mathematical special function not found dispite, supposedly, being defined in cmath
I need to use the logarithmic integral function which is defined in the cmath
header. Unfortunately, I get an error: no member named 'expint' in namespace 'std'
when I try to compile it. To reproduce this error you just neet to try to compile this file.