mirror of
https://github.com/boostorg/math.git
synced 2026-01-26 18:52:10 +00:00
Added more comment and correct spelling mistake.
[SVN r43588]
This commit is contained in:
@@ -100,7 +100,7 @@ inline RealType pdf(const normal_distribution<RealType, Policy>& dist, const Rea
|
||||
{
|
||||
return 0; // pdf + and - infinity is zero.
|
||||
}
|
||||
// Theis produces MSVC 4127 warnings, so the above used instead.
|
||||
// Below produces MSVC 4127 warnings, so the above used instead.
|
||||
//if(std::numeric_limits<RealType>::has_infinity && abs(x) == std::numeric_limits<RealType>::infinity())
|
||||
//{ // pdf + and - infinity is zero.
|
||||
// return 0;
|
||||
|
||||
Reference in New Issue
Block a user