mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 21:22:20 +03:00
annotate mathspecial functions
This commit is contained in:
parent
9043427961
commit
ac1ff4692a
4 changed files with 18 additions and 3 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue