Skip to content

Commit

Permalink
std.complex: Minor doc improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
kyllingstad committed May 1, 2012
1 parent 03295d1 commit c80bb85
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions std/complex.d
@@ -1,7 +1,11 @@
// Written in the D programming language.

/** Module that will replace the built-in types $(D cfloat), $(D cdouble),
$(D creal), $(D ifloat), $(D idouble), and $(D ireal).
/** This module contains the $(LREF Complex) type, which is used to represent
_complex numbers, along with related mathematical operations and functions.
$(LREF Complex) will eventually $(LINK2 ../deprecate.html, replace)
the built-in types $(D cfloat), $(D cdouble), $(D creal), $(D ifloat),
$(D idouble), and $(D ireal).
Authors: Lars Tandle Kyllingstad, Don Clugston
Copyright: Copyright (c) 2010, Lars T. Kyllingstad.
Expand Down

0 comments on commit c80bb85

Please sign in to comment.