LinebreakAdjustments is an option for selections that sets parameters used for calculating where automatic line breaks should be inserted.
PlotPoints is an option for plotting functions that specifies how many initial sample points to use.
SectorSpacing is an option to PieChart and related functions that specifies radial spacing of sectors.
SplineDegree is an option for spline functions and graphics primitives that specifies the degree of polynomial basis to use.
You can do arithmetic with Mathematica just as you would on an electronic calculator. This is the sum of two numbers. Here the / stands for division, and the ^ stands for ...
Explicit representations of newlines and tabs in strings. This prints on two lines. In InputForm there is an explicit ∖n to represent the newline.
As discussed in "Exact and Approximate Results", Mathematica can handle approximate real numbers with any number of digits. In general, the precision of an approximate real ...
The essence of most methods is in the local quadratic model that is used to determine the next step. The FindMinimum function in Mathematica has five essentially different ...
Mathematica usually goes about its work silently, giving output only when it has finished doing the calculations you asked for. However, if it looks as if Mathematica is ...
.NET/Link provides Mathematica users with the ability to interact with arbitrary .NET types directly from Mathematica. You can create objects and call methods and properties ...