From d64b3213da710dc32e90d06e0afd058ab915dcd3 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sat, 30 Jun 2001 19:18:26 +0000 Subject: [PATCH] - fix typo. --- doc/tutorial/ginac.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)} -- 2.44.0