- Timestamp:
- May 31, 2015, 8:36:04 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20150429/src/opihi/lib.shell/convert_to_RPN.c
r38062 r38341 58 58 if (!strcmp (argv[i], "lgamma")) { type = ST_UNARY; goto gotit; } 59 59 if (!strcmp (argv[i], "rnd")) { type = ST_UNARY; goto gotit; } 60 if (!strcmp (argv[i], "drnd")) { type = ST_UNARY; goto gotit; } 61 if (!strcmp (argv[i], "lrnd")) { type = ST_UNARY; goto gotit; } 62 if (!strcmp (argv[i], "mrnd")) { type = ST_UNARY; goto gotit; } 60 63 if (!strcmp (argv[i], "xramp")) { type = ST_UNARY; goto gotit; } 61 64 if (!strcmp (argv[i], "yramp")) { type = ST_UNARY; goto gotit; }
Note:
See TracChangeset
for help on using the changeset viewer.
