Unicode: 00FF. Alias: Esc y" Esc.
\[Yen]
(Mathematica Character Name) Unicode: 00A5. Letter-like form. Currency symbol for Japanese yen, as in ¥5000.
PlaceholderReplace is an option to Paste that determines whether to replace a selection placeholder with the selected contents.
$TimedOut is a special symbol returned by certain functions when an operation times out.
A field is an algebraic structure obeying the rules of ordinary arithmetic. In particular, a field has binary operations of addition and multiplication, both of which are ...
The general symbolic string patterns in Mathematica allow you to perform powerful string manipulation efficiently. What follows discusses the details of string patterns, ...
Disk
(Built-in Mathematica Symbol) Disk[{x, y}, r] is a two-dimensional graphics primitive that represents a filled disk of radius r centered at the point x, y. Disk[{x, y}] gives a disk of radius 1. Disk[{x, ...
Equal
(Built-in Mathematica Symbol) lhs == rhs returns True if lhs and rhs are identical.
FindClusters[{e_1, e_2, ...}] partitions the e i into clusters of similar elements. FindClusters[{e_1 -> v_1, e_2 -> v_2, ...}] returns the v_i corresponding to the e i in ...
FunctionExpand[expr] tries to expand out special and certain other functions in expr, when possible reducing compound arguments to simpler ones. FunctionExpand[expr, assum] ...