blob: 65392112407cbe0762e4119dad761288aaec2a74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<html>
<head><title>Help On LaTeX \sqrt</title></head>
<body bgcolor="#ffffff" text="#000000" link="#000099" vlink="#cc0000" alink="#cc0000">
<h1><font size="-2">Hypertext Help with LaTeX</font><br><font color="#cc0000">\sqrt</font></h1>
<tt>\sqrt[root]{arg}</tt>
<p>
The <tt>\sqrt</tt> command produces the square root (radical) symbol with the
argument as radicand. The
optional argument, root, determines what root to produce, i.e. the
cube root of x+y would be typed as <tt>$\sqrt[3]{x+y}$</tt>.
<p>
The radical sign is <a href="ltx-408.html">variable size</a>, that is,
it is made larger if the radicand is, for example, a built-up fraction.
<hr>
See also: <A href="ltx-115.html">Math Formulas</A>,
<A href="ltx-119.html">Math Miscellany</A>.<br>
Back to the <a href="ltx-2.html">LaTeX Table of Contents</a>
<hr>
<address>
Revised: Sheldon Green, 31 May 1995.
</address>
</body>
</html>
|