diff options
Diffstat (limited to 'lib/libm/man/exp.3')
-rw-r--r-- | lib/libm/man/exp.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/man/exp.3 b/lib/libm/man/exp.3 index d354c4c044a..517a61bb8b9 100644 --- a/lib/libm/man/exp.3 +++ b/lib/libm/man/exp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: exp.3,v 1.8 2000/03/02 00:29:49 todd Exp $ +.\" $OpenBSD: exp.3,v 1.9 2000/03/14 21:31:46 aaron Exp $ .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -247,7 +247,7 @@ upon 0**0 to be invalid is dubious anyway since that expression's meaning and, if invalid, its consequences vary from one computer system to another. .It -Some Algebra texts (e.g. Sigler's) define x**0 = 1 for +Some Algebra texts (e.g., Sigler's) define x**0 = 1 for all x, including x = 0. This is compatible with the convention that accepts a[0] as the value of polynomial |