[m-rev.] for review: fix math.m documentation
Mark Brown
dougl at cs.mu.OZ.AU
Thu Jan 10 14:22:01 AEDT 2002
Could somebody check this before I commit it, please. I just want to
make sure I'm not going crazy.
Cheers,
Mark.
Estimated hours taken: 0.1
Branches: main, release
library/math.m:
Fix a bug in the documentation of math__exp/1.
Index: library/math.m
===================================================================
RCS file: /home/mercury1/repository/mercury/library/math.m,v
retrieving revision 1.34
diff -u -r1.34 math.m
--- library/math.m 4 Jan 2002 07:49:09 -0000 1.34
+++ library/math.m 10 Jan 2002 03:04:23 -0000
@@ -107,8 +107,8 @@
:- func math__pow(float, float) = float.
:- mode math__pow(in, in) = out is det.
- % math__exp(X) = Exp is true if Exp is X raised to the
- % power of e.
+ % math__exp(X) = Exp is true if Exp is e raised to the
+ % power of X.
:- func math__exp(float) = float.
:- mode math__exp(in) = out is det.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list