Version 6.0 added a collection of carefully optimized functions to Mathematica's powerful arsenal of numerical handling capabilities.
FresnelC[z] gives the Fresnel integral C(z).
As the world's most extensive programmatic mathematical typesetting system, Mathematica provides a range of controls over the details of layout and rendering.
Element
(Built-in Mathematica Symbol) Element[x, dom] or x \[Element] dom asserts that x is an element of the domain dom. Element[{x_1, x_2, ...}, dom] asserts that all the x_i are elements of dom. Element[patt, ...
Unicode: 0394. Aliases: Esc D Esc, Esc Delta Esc. Greek letter. Not the same as \[EmptyUpTriangle] or \[DifferenceDelta]. Sometimes used in mathematics to denote Laplacian.
Unicode: 00B0. Alias: Esc deg Esc. Letter-like form with built-in value. Interpreted by default as the symbol Degree. 30 ° is interpreted as 30Degree. The symbol ° is ...
Unicode: F74C. Alias: Esc dd Esc. Compound operator with built-in evaluation rules. can only be interpreted by default when it appears with ∫ or other integral operators. ∫ ...
Unicode: 00F7. Alias: Esc div Esc. Infix operator with built-in evaluation rules. x ÷ y is by default interpreted as Divide[x,y] or x/y. x ÷ y ÷ z groups as (x ÷ y) ÷ z.
Unicode: F431. Alias: Esc == Esc. Infix operator with built-in evaluation rules. x y is by default interpreted as Equal[x,y] or x==y. \[Equal] is drawn longer than ...
Unicode: 301A. Alias: Esc [[ Esc. Compound operator with built-in evaluation rules. m〚i,j,… 〛 is by default interpreted as Part[m,i,j,…]. Sometimes used in mathematics to ...