Changeset 2804 in Sophya for trunk/SophyaLib/SysTools/rpneval.cc


Ignore:
Timestamp:
Jun 9, 2005, 5:52:03 PM (20 years ago)
Author:
ansari
Message:

MAJ commentaires documentation pour doxygen - Reza 9 Juin 2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SysTools/rpneval.cc

    r2615 r2804  
    1515  Arithmetic expression (double precision float) evaluator
    1616  in Reverse Polish Notation (RPN). This is an HP calculator
    17   like syntax. Space are used for separating the string
     17  like syntax. Spaces are used for separating the string
    1818  expression into tokens. \n
    1919  The string parsed by RPNExpressionEvaluator should be
     
    2323  The stack is limited only
    2424  by the available memory. The three numbers on the stack top
    25   are referred to as <tt> x y x </tt>. \n
     25  are referred to as <tt> x y z </tt>. \n
    2626  Available operations:
    2727  - op= + - * / % : replace (x,y) by x.op.y
Note: See TracChangeset for help on using the changeset viewer.