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