SplineDegree is an option for spline functions and graphics primitives that specifies the degree of polynomial basis to use.
Mathematica 7 delivers the latest fruits of Wolfram Research's major long-term Computable Data Initiative, providing immediate access to curated static and dynamic data in ...
Building on Mathematica's unified symbolic architecture, Mathematica 7 introduces several major new integrated forms of data manipulation—including large-scale support for ...
AbortKernels[] aborts evaluations running in all parallel subkernels.
FileHash["file"] gives an integer hash code for the contents of the specified file.FileHash["file", " type"] gives an integer hash of the specified type.
FileNameJoin[{"name_1", "name_2", ...}] joins the name_i together into a file name suitable for your current operating system.
FileNames[] lists all files in the current working directory. FileNames[form] lists all files in the current working directory whose names match the string pattern form. ...
Kernels
(Built-in Mathematica Symbol) Kernels[] gives the list of running kernels available for parallel computing.
Refresh
(Built-in Mathematica Symbol) Refresh[expr, opts] represents an object whose value in a Dynamic should be refreshed at times specified by the options opts. Refresh[expr, None] specifies that the value of ...
$KernelID is a unique ID number assigned to each running parallel kernel.