← Back to index
|
Original Bugzilla link
Bug 14181 – Wrong document for std.mathspecial.normalDistribution
Status
RESOLVED
Resolution
FIXED
Severity
trivial
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-02-15T06:38:00Z
Last change time
2015-02-21T09:17:56Z
Assigned to
nobody
Creator
r.97all
Comments
Comment #0
by r.97all — 2015-02-15T06:38:06Z
normalDist(x) = 1/√π ∫[-∞..x] exp(- t^2/2) dt = ... should read normalDist(x) = 1/√(2π) ∫[-∞..x] exp(- t^2/2) dt = ....
Comment #1
by github-bugzilla — 2015-02-15T15:00:10Z
Commits pushed to master at
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/ee7d941b9a2cc73e1149bd5ceff92dce1c002d9d
Fix Issue 14181 - Wrong document for std.mathspecial.normalDistribution
https://github.com/D-Programming-Language/phobos/commit/3533fa4020c9500294934e6f1e0527bb03ec63b3
Merge pull request #2988 from majiang/patch-3 Fix Issue 14181 - Wrong document for std.mathspecial.normalDistribution
Comment #2
by github-bugzilla — 2015-02-18T03:42:13Z
Commits pushed to 2.067 at
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/ee7d941b9a2cc73e1149bd5ceff92dce1c002d9d
Fix Issue 14181 - Wrong document for std.mathspecial.normalDistribution
https://github.com/D-Programming-Language/phobos/commit/3533fa4020c9500294934e6f1e0527bb03ec63b3
Merge pull request #2988 from majiang/patch-3
Comment #3
by github-bugzilla — 2015-02-21T09:17:56Z
Commits pushed to
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/ee7d941b9a2cc73e1149bd5ceff92dce1c002d9d
Fix Issue 14181 - Wrong document for std.mathspecial.normalDistribution
https://github.com/D-Programming-Language/phobos/commit/3533fa4020c9500294934e6f1e0527bb03ec63b3
Merge pull request #2988 from majiang/patch-3