IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2005, 8:53:03 AM (22 years ago)
Author:
eugene
Message:

added lgamma, atan2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c

    r2598 r3029  
    4848    if (!strcmp (argv[i], "dacos")) { type = 7; goto gotit; }
    4949    if (!strcmp (argv[i], "datan")) { type = 7; goto gotit; }
     50
     51    if (!strcmp (argv[i], "lgamma")) { type = 7; goto gotit; }
     52
    5053    if (!strcmp (argv[i], "rnd"))   { type = 7; goto gotit; }
    5154    if (!strcmp (argv[i], "xramp")) { type = 7; goto gotit; }
     
    6063    /* binary operations */
    6164    if (!strcmp (argv[i], "^"))     { type = 6; goto gotit; }
     65    if (!strcmp (argv[i], "@"))     { type = 5; goto gotit; }
    6266
    6367    if (!strcmp (argv[i], "<"))     { type = 5; goto gotit; }
Note: See TracChangeset for help on using the changeset viewer.