Skip to content

Commit

Permalink
[docs] Add sinh to list of trig function in ch04 of the PIR book
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@40771 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
dukeleto committed Aug 25, 2009
1 parent ee2e813 commit ebf813e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/book/pir/ch04_variables.pod
Expand Up @@ -131,18 +131,18 @@ C<gcd>X<gcd opcode> (greatest common divisor) and C<lcm>X<lcm opcode>

=head3 Floating-point operations

The most common floating-point operations are C<ln>X<ln opcode> (natural
log), C<log2>X<log2 opcode> (log base 2), C<log10>X<log10 opcode> (log
base 10), and C<exp>X<exp opcode> (I<e>G<x>), as well as a full set of
trigonometric opcodes such as C<sin>X<sin opcode> (sine), C<cos>X<cos
opcode> (cosine), C<tan>X<tan opcode> (tangent), C<sec>X<sec opcode>
(secant), C<cosh>X<cosh opcode> (hyperbolic cosine), C<tanh>X<tanh
The most common floating-point operations are C<ln>X<ln opcode> (natural log),
C<log2>X<log2 opcode> (log base 2), C<log10>X<log10 opcode> (log base 10), and
C<exp>X<exp opcode> (I<e>G<x>), as well as a full set of trigonometric opcodes
such as C<sin>X<sin opcode> (sine), C<cos>X<cos opcode> (cosine), C<tan>X<tan
opcode> (tangent), C<sec>X<sec opcode> (secant), C<sinh>X<sinh opcode>
(hyperbolic sine), C<cosh>X<cosh opcode> (hyperbolic cosine), C<tanh>X<tanh
opcode> (hyperbolic tangent), C<sech>X<sech opcode> (hyperbolic secant),
C<asin>X<asin opcode> (arc sine), C<acos>X<acos opcode> (arc cosine),
C<atan>X<atan opcode> (arc tangent), C<asec>X<asec opcode> (arc secant),
C<exsec>X<exsec opcode> (exsecant), C<hav>X<hav opcode> (haversine), and
C<vers>X<vers opcode> (versine). All angle arguments for the
X<trigonometric opcodes> trigonometric opcodes are in radians:
C<vers>X<vers opcode> (versine). All angle arguments for the X<trigonometric
opcodes> trigonometric opcodes are in radians:

=begin PIR_FRAGMENT

Expand Down

0 comments on commit ebf813e

Please sign in to comment.