| prev | next |
| File: | Content/ElementaryFunctions/log/log1.html | |
| 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>
<apply>
<log/>
<logbase>
<cn> 3 </cn>
</logbase>
<apply>
<plus/>
<ci> x </ci>
<ci> y </ci>
</apply>
</apply>
</math>