home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / language / j32.sit / j.rsrc / TEXT_1805_o..txt < prev    next >
Text File  |  1991-06-13  |  631b  |  18 lines

  1. o.  (Verb)
  2.  
  3. PI TIMES (_)  o.y yields pi times y. For example, o. 1 is approximately 3.14159.
  4.  
  5. CIRCLE (0 0)  If k>:0, then k o.y yields one of the circular, hyperbolic, or pythagorean functions, according to the following table:
  6.  
  7. k    Function                 k    Function
  8.  
  9. 0    %:1ΓÇôy^2                  7    Tanh y
  10. 1    Sine y                   8    %:ΓÇô>:y^2
  11. 2    Cosine y              9    (y++y)%2
  12. 3    Tangent y            10    |y
  13. 4    %:1+y^2           11    (yΓÇô+y)%0j2
  14. 5    Sinh y               12 (^.*y)%0j1
  15. 6    Cosh y
  16.  
  17. (-k)o.y is inverse to k o.y. The cases _1, _4, _9, and _10 are Arcsine y and %:<:y^2 and y and +y. The arguments of sin, cos, and tan (and the results of their inverses) are in radians.
  18.