File: tclIndex

package info (click to toggle)
tcllib 2.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 83,560 kB
  • sloc: tcl: 306,798; ansic: 14,272; sh: 3,035; xml: 1,766; yacc: 1,157; pascal: 881; makefile: 124; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (26 lines) | stat: -rw-r--r-- 1,707 bytes parent folder | download | duplicates (14)
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]]