Changeset 1585 for trunk/archive/pslib/include/psMath.h
- Timestamp:
- Aug 18, 2004, 5:18:31 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psMath.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psMath.h
r1574 r1585 49 49 void *in, ///< input 50 50 char *op) ///< operator 51 ;52 53 /** create a psType-ed structure from a constant double value. */54 p_psScalar *55 psScalar (double value);56 57 /** create a psType-ed structure from a specified type */58 p_psScalar *59 psScalarType (char *mode, ///< type description60 ...) ///< value (or values) of specified types61 51 ; 62 52
Note:
See TracChangeset
for help on using the changeset viewer.
