summaryrefslogtreecommitdiffstats
path: root/doc/mathfunc.n
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-01-17 14:17:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-01-17 14:17:21 (GMT)
commitd695e02d2fd744a4391dcf3c4a8a20e499cc47b1 (patch)
tree35f4cec7bfba7f011ffac5c5b9787e910259209c /doc/mathfunc.n
parent1c58e29da28ad2a5a2307da0d8384bedc8891040 (diff)
downloadtcl-d695e02d2fd744a4391dcf3c4a8a20e499cc47b1.zip
tcl-d695e02d2fd744a4391dcf3c4a8a20e499cc47b1.tar.gz
tcl-d695e02d2fd744a4391dcf3c4a8a20e499cc47b1.tar.bz2
Remove obsolete documentation (belonging to now-removed functions). Remove obsolete 8.4 bytecodes. And a few other (internal) macro's which are no longer in use.
Diffstat (limited to 'doc/mathfunc.n')
-rw-r--r--doc/mathfunc.n5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/mathfunc.n b/doc/mathfunc.n
index 7233d46..ca091c1 100644
--- a/doc/mathfunc.n
+++ b/doc/mathfunc.n
@@ -106,10 +106,7 @@ of which work solely with floating-point numbers unless otherwise noted:
In addition to these predefined functions, applications may
define additional functions by using \fBproc\fR (or any other method,
such as \fBinterp alias\fR or \fBTcl_CreateObjCommand\fR) to define
-new commands in the \fBtcl::mathfunc\fR namespace. In addition, an
-obsolete interface named \fBTcl_CreateMathFunc\fR() is available to
-extensions that are written in C. The latter interface is not recommended
-for new implementations.
+new commands in the \fBtcl::mathfunc\fR namespace.
.SS "DETAILED DEFINITIONS"
.TP
\fBabs \fIarg\fR