Last update September 7, 2010

Doc Comments / Phobos /
Std Numeric



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:

FrontPage | News | TestPage | MessageBoard | Search | Contributors | Folders | Index | Help | Preferences | Edit

Edit text of this page (date of last change: September 7, 2010 11:15 (diff))