2
0
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:
Paul A. Bristow
2008-03-13 10:56:48 +00:00
parent c91e03129a
commit 2261e271d2

View File

@@ -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;