From: Richard Kreckel Date: Sat, 30 Jun 2001 19:18:26 +0000 (+0000) Subject: - fix typo. X-Git-Tag: release_0-9-2~30 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=d64b3213da710dc32e90d06e0afd058ab915dcd3;ds=sidebyside - fix typo. --- diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index 2680ac7a..330e079a 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -3857,7 +3857,7 @@ GiNaC contains the following predefined mathematical functions: @item @code{csgn(x)} @tab complex sign @item @code{sqrt(x)} -@tab square root (not a GiNaC function proper but equivalent to @code{pow(x, numeric(1, 2)}) +@tab square root (not a GiNaC function, rather an alias for @code{pow(x, numeric(1, 2))}) @item @code{sin(x)} @tab sine @item @code{cos(x)}