prev | ( testsuite > Content > BasicContentElements > lambda > rec-lambda1 ) | next | (show test run result) |
Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
File: | Content/BasicContentElements/lambda/rec-lambda1 |
CVS-ID: | |
Author: | MathML 2 Recommendation |
Description: | lambda sin(x + 1) |
Sample Rendering:
|
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML"> <lambda> <bvar> <ci> x </ci> </bvar> <apply> <sin/> <apply> <plus/> <ci> x </ci> <cn> 1 </cn> </apply> </apply> </lambda> </math>