diff options
author | dkf <dkf@noemail.net> | 2005-05-26 08:08:49 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2005-05-26 08:08:49 (GMT) |
commit | 9016b2bcf84cbac22b88f01f841cdc802c444fd0 (patch) | |
tree | 2de5a19bb9f0887311111122725d82e094cd8344 /doc/mathfunc.n | |
parent | 8c12efca8656a368c7393c9949d1d0da65031c02 (diff) | |
download | tcl-9016b2bcf84cbac22b88f01f841cdc802c444fd0.zip tcl-9016b2bcf84cbac22b88f01f841cdc802c444fd0.tar.gz tcl-9016b2bcf84cbac22b88f01f841cdc802c444fd0.tar.bz2 |
Tab characters are important in *roff tables...
FossilOrigin-Name: 00b02d06b9bb7ac74f2e0ba64fdeef53530a5f26
Diffstat (limited to 'doc/mathfunc.n')
-rw-r--r-- | doc/mathfunc.n | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/mathfunc.n b/doc/mathfunc.n index 9f5d10a..f9ebdcb 100644 --- a/doc/mathfunc.n +++ b/doc/mathfunc.n @@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: mathfunc.n,v 1.4 2005/05/25 16:13:17 dgp Exp $ +'\" RCS: @(#) $Id: mathfunc.n,v 1.5 2005/05/26 08:08:49 dkf Exp $ '\" .so man.macros .TH mathfunc n 8.5 Tcl "Tcl Mathematical Functions" @@ -87,12 +87,12 @@ Tcl supports the following mathematical functions in expressions, all of which work solely with floating-point numbers unless otherwise noted: .DS .ta 3c 6c 9c -\fBabs\fR \fBcos\fR \fBint\fR \fBsinh\fR -\fBacos\fR \fBcosh\fR \fBlog\fR \fBsqrt\fR -\fBasin\fR \fBdouble\fR \fBlog10\fR \fBsrand\fR -\fBatan\fR \fBexp\fR \fBpow\fR \fBtan\fR -\fBatan2\fR \fBfloor\fR \fBrand\fR \fBtanh\fR -\fBbool\fR \fBfmod\fR \fBround\fR \fBwide\fR +\fBabs\fR \fBcos\fR \fBint\fR \fBsinh\fR +\fBacos\fR \fBcosh\fR \fBlog\fR \fBsqrt\fR +\fBasin\fR \fBdouble\fR \fBlog10\fR \fBsrand\fR +\fBatan\fR \fBexp\fR \fBpow\fR \fBtan\fR +\fBatan2\fR \fBfloor\fR \fBrand\fR \fBtanh\fR +\fBbool\fR \fBfmod\fR \fBround\fR \fBwide\fR \fBceil\fR \fBhypot\fR \fBsin\fR .DE .PP |