Tcl_CreateMathFunc
Define a new math function for expressions
NAME
SYNOPSIS
#include <tcl.h>
Tcl_CreateMathFunc
(
interp, name, numArgs, argTypes, proc, clientData
)
ARGUMENTS
DESCRIPTION
KEYWORDS