Equal
(Built-in Mathematica Symbol) lhs == rhs returns True if lhs and rhs are identical.
Just as the equation x^2+3x==2 asserts that x^2+3x is equal to 2, so also the inequality x^2+3x>2 asserts that x^2+3x is greater than 2. In Mathematica, Reduce works not only ...
WordData["word", " property"] gives the specified property for the English word " word".WordData["word"] gives a list of full word specifications representing possible uses ...
CAssign[lhs, rhs] is a symbolic representation of an assignment statement.
CExpression[arg] is a symbolic representation of code that will format using CForm[arg].
CPointerType[type] is a symbolic representation of a type that is a pointer to a type.
ChiSquareCI[var, df] gives a confidence interval based on a \[Chi]^2 distribution with df degrees of freedom.
Mathematica allows graphics to appear anywhere in notebooks, including inline in text or other expressions. You can specify how the graphics should be placed and rendered, ...