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