prev | ( testsuite > Content > ElementaryFunctions > trigonometry_6 ) | next |
Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
File: | Content/ElementaryFunctions/trigonometry_6 |
CVS-ID: | |
Author: | Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner) |
Description: | (sin x / cos x) ^ 2 |
Sample Rendering: |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML"> <apply> <power/> <apply> <divide/> <apply> <sin/> <ci>x</ci> </apply> <apply> <cos/> <ci>x</ci> </apply> </apply> <cn>2</cn> </apply> </math>