Changeset 273 for trunk/thune/math.c

Show
Ignore:
Timestamp:
09/11/06 15:14:27 (2 years ago)
Author:
krobillard
Message:

Thune - Disabling 'trig config option now works. If 'trig is disabled the
only dependancy on libm is the pow() call in tokenize.c.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/math.c

    r260 r273  
    308308 
    309309 
     310#ifdef UR_CONFIG_TRIG 
    310311// (rad -- sin) 
    311312UR_CALL( uc_sine ) 
     
    359360    } 
    360361} 
     362#endif 
    361363 
    362364 
     
    650652    { uc_to_deg,       "to-deg" }, 
    651653    { uc_to_rad,       "to-rad" }, 
     654#ifdef UR_CONFIG_TRIG 
    652655    { uc_sine,         "sin" }, 
    653656    { uc_cosine,       "cos" }, 
     
    657660    { uc_arctangent,   "arctan" }, 
    658661    { uc_squareRoot,   "sqrt" }, 
     662#endif 
    659663    { uc_random,       "random" }, 
    660664/*