Changeset 188 for trunk/thune/math.c

Show
Ignore:
Timestamp:
06/20/06 20:59:52 (3 years ago)
Author:
krobillard
Message:

Thune - Trig words renamed to traditional shorter names.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/math.c

    r184 r188  
    403403    { uc_to_deg,       "to-deg" }, 
    404404    { uc_to_rad,       "to-rad" }, 
    405     { uc_sine,         "sine" }, 
    406     { uc_cosine,       "cosine" }, 
    407     { uc_tangent,      "tangent" }, 
    408     { uc_arcsine,      "arcsine" }, 
    409     { uc_arccosine,    "arccosine" }, 
    410     { uc_arctangent,   "arctangent" }, 
    411     { uc_squareRoot,   "square-root" }, 
     405    { uc_sine,         "sin" }, 
     406    { uc_cosine,       "cos" }, 
     407    { uc_tangent,      "tan" }, 
     408    { uc_arcsine,      "arcsin" }, 
     409    { uc_arccosine,    "arccos" }, 
     410    { uc_arctangent,   "arctan" }, 
     411    { uc_squareRoot,   "sqrt" }, 
    412412/*  
    413413    { uc_random,       "random" },