IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 26, 2019, 4:07:54 PM (7 years ago)
Author:
eugene
Message:

update test script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20191011/Ohana/src/opihi/cmd.basic/test/stackmath.sh

    r41143 r41144  
    102102# here are all defined binary functions
    103103
    104 "^"
    105 max     "U"
    106 min     "D"
    107 atan2   "a"
    108 datan2  "d"
    109 <-      "l"
    110 ->      "r"
    111 ,       
    112 @       
    113 /       
    114 *       
    115 %       
    116 +       
    117 -       
    118 &       
    119 |       
    120 <       
    121 >       
    122 ==      "E"
    123 !=      "N"
    124 <=      "L"
    125 >=      "G"
    126 >>      "U"
    127 <<      "D"
    128 &&      "A"
    129 ||      "O"
     104# V "^"
     105# V max     "U"
     106# V min     "D"
     107# V atan2   "a"
     108# V datan2  "d"
     109# * <-      "l"
     110# * ->      "r"
     111# V @       
     112# V /       
     113# V *       
     114# V %       
     115# V +       
     116# V -       
     117# V &       
     118# V |       
     119# V <       
     120# V >       
     121# V ==      "E"
     122# V !=      "N"
     123# V <=      "L"
     124# V >=      "G"
     125# V >>      "U"
     126# V <<      "D"
     127# V &&      "A"
     128# V ||      "O"
Note: See TracChangeset for help on using the changeset viewer.