/usr/share/tcltk/tcllib1.14/math/tclIndex is in tcllib 1.14-dfsg-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Tcl autoload index file, version 2.0
# This file is generated by the "auto_mkindex" command
# and sourced to set up indexing information for one or
# more commands. Typically each line is a command that
# sets an element in the auto_index array, where the
# element name is the name of a command and the value is
# a script that loads the command.
set auto_index(::math::cov) [list source [file join $dir misc.tcl]]
set auto_index(::math::fibonacci) [list source [file join $dir misc.tcl]]
set auto_index(::math::integrate) [list source [file join $dir misc.tcl]]
set auto_index(::math::max) [list source [file join $dir misc.tcl]]
set auto_index(::math::mean) [list source [file join $dir misc.tcl]]
set auto_index(::math::min) [list source [file join $dir misc.tcl]]
set auto_index(::math::product) [list source [file join $dir misc.tcl]]
set auto_index(::math::random) [list source [file join $dir misc.tcl]]
set auto_index(::math::sigma) [list source [file join $dir misc.tcl]]
set auto_index(::math::stats) [list source [file join $dir misc.tcl]]
set auto_index(::math::sum) [list source [file join $dir misc.tcl]]
set auto_index(::math::expectDouble) [list source [file join $dir misc.tcl]]
set auto_index(::math::InitializeFactorial) [list source [file join $dir combinatorics.tcl]]
set auto_index(::math::InitializePascal) [list source [file join $dir combinatorics.tcl]]
set auto_index(::math::ln_Gamma) [list source [file join $dir combinatorics.tcl]]
set auto_index(::math::factorial) [list source [file join $dir combinatorics.tcl]]
set auto_index(::math::choose) [list source [file join $dir combinatorics.tcl]]
set auto_index(::math::Beta) [list source [file join $dir combinatorics.tcl]]
|