Modules

From Remeis-Wiki
Revision as of 16:53, 11 April 2018 by Niu (talk | contribs) (Created page with "= Useful S-Lang modules = S-Lang modules are packages containing several functions. They have to be loaded before they can be used: isis> require("modulename"); Have a look...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Useful S-Lang modules

S-Lang modules are packages containing several functions. They have to be loaded before they can be used:

 isis> require("modulename");

Have a look here http://www.jedsoft.org/slang/modules/ for a list of common modules. Some modules you have to know:

 * xfig - plotting with XFig
 * gsl - GNU scientific library
 * stats - several statistic functions and tests
 * rand - random number/distribution module
 * profile - Run-time profiler: Analyses (nested) function run-times
 * socket - basic communication functions via TCP/IP