Changeset 1541 for trunk/psLib/src/dataManip/psMatrixVectorArithmetic.c
- Timestamp:
- Aug 13, 2004, 3:31:43 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psMatrixVectorArithmetic.c
r1526 r1541 30 30 * @author Ross Harman, MHPCC 31 31 * 32 * @version $Revision: 1.2 4$ $Name: not supported by cvs2svn $33 * @date $Date: 2004-08-1 3 01:25:23 $32 * @version $Revision: 1.25 $ $Name: not supported by cvs2svn $ 33 * @date $Date: 2004-08-14 01:31:43 $ 34 34 * 35 35 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 640 640 } else if(!strncmp(OP, "dsin", 4)) { \ 641 641 if(PS_IS_PSELEMTYPE_COMPLEX(IN->type)) { \ 642 UNARY_TYPE(DIM,OUT,IN,csin(*i1*D2R +FLT_EPSILON));\642 UNARY_TYPE(DIM,OUT,IN,csin(*i1*D2R)); \ 643 643 } else { \ 644 644 UNARY_TYPE(DIM,OUT,IN,sin(*i1*D2R)); \ … … 678 678 UNARY_TYPE(DIM,OUT,IN,R2D*casin(*i1)); \ 679 679 } else if(PS_IS_PSELEMTYPE_INT(IN->type)) { \ 680 UNARY_TYPE(DIM,OUT,IN,(R2D*asin(*i1) +FLT_EPSILON));\680 UNARY_TYPE(DIM,OUT,IN,(R2D*asin(*i1))); \ 681 681 } else { \ 682 682 UNARY_TYPE(DIM,OUT,IN,(R2D*asin(*i1))); \ … … 692 692 UNARY_TYPE(DIM,OUT,IN,R2D*cacos(*i1)); \ 693 693 } else if(PS_IS_PSELEMTYPE_INT(IN->type)) { \ 694 UNARY_TYPE(DIM,OUT,IN,(R2D*acos(*i1) +FLT_EPSILON));\694 UNARY_TYPE(DIM,OUT,IN,(R2D*acos(*i1))); \ 695 695 } else { \ 696 696 UNARY_TYPE(DIM,OUT,IN,R2D*acos(*i1)); \
Note:
See TracChangeset
for help on using the changeset viewer.
