IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 17, 2013, 10:28:08 AM (13 years ago)
Author:
eugene
Message:

add cast function and floor, ceil, rint opihi math functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20131211/Ohana/src/opihi/cmd.data/init.c

    r36375 r36399  
    1010int center           PROTO((int, char **));
    1111int parity           PROTO((int, char **));
     12int cast             PROTO((int, char **));
    1213int circstats        PROTO((int, char **));
    1314int clear            PROTO((int, char **));
     
    164165  {1, "buffers",      list_buffers,     "list the currently allocated buffers (images)"},
    165166  {1, "center",       center,           "center image on coords"},
     167  {1, "cast",         cast,             "cast input vector to specified type"},
    166168  {1, "circstats",    circstats,        "circular statistics"},
    167169  {1, "clear",        clear,            "erase plot"},
Note: See TracChangeset for help on using the changeset viewer.