Changeset 349 for libmpc/trunk/include
- Timestamp:
- 09/23/07 19:12:08 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/include/mpc/mpcmath.h
r333 r349 24 24 mpc_int32_t n; 25 25 } mpc_floatint; 26 27 typedef union mpc_doubleint 28 { 29 double d; 30 mpc_int32_t n[2]; 31 } mpc_doubleint; 26 32 27 33 static mpc_inline mpc_int32_t mpc_lrintf(float fVal)
Note: See TracChangeset
for help on using the changeset viewer.