Changeset 510 for trunk/thune/math.c

Show
Ignore:
Timestamp:
02/10/08 23:53:46 (9 months ago)
Author:
krobillard
Message:

'loop is now an opcode and can act as loop.to for integers.
File port! read now handles optional limit.
console.out now handles binary!.
Can now 'make an int! from first 4 bytes of a binary!
Added ur_initDecimal macro.
Added 'fcalc.
Removed word inc/dec.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/math.c

    r505 r510  
    977977#include "math3d.c" 
    978978#endif 
     979#ifdef UR_CONFIG_FCALC 
     980#include "fcalc.c" 
     981#endif 
    979982 
    980983 
     
    10181021    { uc_cross,        "cross" }, 
    10191022    { uc_normalize,    "normalize" }, 
    1020     { uc_set_stride,   "set-stride" } 
     1023    { uc_set_stride,   "set-stride" }, 
     1024#endif 
     1025 
     1026#ifdef UR_CONFIG_FCALC 
     1027    { uc_fcalc,         "fcalc" }, 
    10211028#endif 
    10221029};