annotate mathspecial functions

This commit is contained in:
Walter Bright 2014-05-18 03:21:03 -07:00
parent 9043427961
commit ac1ff4692a
4 changed files with 18 additions and 3 deletions

View file

@ -102,7 +102,7 @@ int main(char[][] args)
assert(x[2] == 45);
cast(void)std.math.sin(3.0);
std.mathspecial.gamma(6.2);
cast(void)std.mathspecial.gamma(6.2);
std.demangle.demangle("hello");