Doc Comments / Phobos /
Std Numeric
Difference (previous author) (Change, Edit, normal page display)
Changed: 5c5
Add your comments here... |
True for all IEE754 types |
Added: 6a7
should be |
Added: 7a9,19
True for all IEEE754 types --- gapWeightedSimilarity(s, t, lambda) / sqrt(gapWeightedSimilarity(s, t, lambda) * gapWeightedSimilarity(s, t, lambda)) should be gapWeightedSimilarity(s, t, lambda) / sqrt(gapWeightedSimilarity(s, s, lambda) * gapWeightedSimilarity(t, t, lambda)) [as if anyone ever reads these comments] |
std.numeric
Comments
True for all IEE754 types
should be
True for all IEEE754 types
---
gapWeightedSimilarity(s, t, lambda) / sqrt(gapWeightedSimilarity(s, t, lambda) * gapWeightedSimilarity(s, t, lambda))
should be
gapWeightedSimilarity(s, t, lambda) / sqrt(gapWeightedSimilarity(s, s, lambda) * gapWeightedSimilarity(t, t, lambda))
[as if anyone ever reads these comments]
Links
- Corresponding page in the D Specification:
- D 1.x: N/A
D 2.x