|
Boost Users : |
Subject: Re: [Boost-users] Problem using special mathematical function in Visual C++
From: Agustín K-ballo Bergé (kaballo86_at_[hidden])
Date: 2011-10-13 17:38:45
On 13/10/2011 17:58, Keith Fraser wrote:
> error C3861: 'expint': identifier not found
>
> Is there something else I need to add to the .cpp file so that expint will be recognized?
boost::math::expint();
or
using boost::math::expint;
expint();
or
using boost::math;
expint();
Agustín K-ballo Bergé.-
http://talesofcpp.blogspot.com
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net