blob: 49f0bd197130c496de7e2a69c798caf265ed8d88 (
plain)
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]]
|