prev  ( testsuite > Content > ArithmeticAlgebraLogic > abs > abs2  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Content/ArithmeticAlgebraLogic/abs/abs2
CVS-ID:
Author:Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner)
Description:abs(x + y + z)

Sample Rendering:

Created by: webeq

Your browser's rendering:

x y z

Source Code:


    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <abs/> 
        <apply> 
          <plus/> 
          <ci> x </ci> 
          <ci> y </ci> 
          <ci> z </ci> 
        </apply> 
      </apply> 
    </math>