~anj/epics-base/db-hierarchy

« back to all changes in this revision

Viewing changes to src/libCom/calc/calcPerform.c

  • Committer: Andrew Johnson
  • Date: 2016-09-07 15:04:54 UTC
  • mfrom: (12618.1.163 3.15)
  • Revision ID: anj@aps.anl.gov-20160907150454-4a0thskbmtew07qh
Merged changes from 3.15 branch, to revno 12781

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
* EPICS BASE is distributed subject to a Software License Agreement found
7
7
* in file LICENSE that is included with this distribution. 
8
8
\*************************************************************************/
9
 
/* $Revision-Id$ */
10
9
/*
11
10
 *      Author: Julie Sander and Bob Dalesio
12
11
 *      Date:   07-27-87
155
154
            break;
156
155
 
157
156
        case ABS_VAL:
158
 
            if (*ptop < 0.0) *ptop = - *ptop;
 
157
            *ptop = fabs(*ptop);
159
158
            break;
160
159
 
161
160
        case EXP: