[BACK]Return to math.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / builtin

Diff for /OpenXM_contrib2/asir2000/builtin/math.c between version 1.4 and 1.5

version 1.4, 2000/12/07 07:06:41 version 1.5, 2003/11/08 01:12:02
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2000/builtin/math.c,v 1.3 2000/08/22 05:03:59 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/builtin/math.c,v 1.4 2000/12/07 07:06:41 noro Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include <math.h>  #include <math.h>
Line 65  struct ftab math_tab[] = {
Line 65  struct ftab math_tab[] = {
         {"dasin",Pdasin,1},          {"dasin",Pdasin,1},
         {"dacos",Pdacos,1},          {"dacos",Pdacos,1},
         {"datan",Pdatan,1},          {"datan",Pdatan,1},
           {"floor",Pdfloor,1},
         {"dfloor",Pdfloor,1},          {"dfloor",Pdfloor,1},
           {"ceil",Pdceil,1},
         {"dceil",Pdceil,1},          {"dceil",Pdceil,1},
           {"rint",Pdrint,1},
         {"drint",Pdrint,1},          {"drint",Pdrint,1},
         {0,0,0},          {0,0,0},
 };  };

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>