From ebf813e7622e9c91922719f01945c1cdd9c42849 Mon Sep 17 00:00:00 2001 From: dukeleto Date: Tue, 25 Aug 2009 06:20:48 +0000 Subject: [PATCH] [docs] Add sinh to list of trig function in ch04 of the PIR book git-svn-id: https://svn.parrot.org/parrot/trunk@40771 d31e2699-5ff4-0310-a27c-f18f2fbe73fe --- docs/book/pir/ch04_variables.pod | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/book/pir/ch04_variables.pod b/docs/book/pir/ch04_variables.pod index 847584877f..b5bb69975d 100644 --- a/docs/book/pir/ch04_variables.pod +++ b/docs/book/pir/ch04_variables.pod @@ -131,18 +131,18 @@ CX (greatest common divisor) and CX =head3 Floating-point operations -The most common floating-point operations are CX (natural -log), CX (log base 2), CX (log -base 10), and CX (IG), as well as a full set of -trigonometric opcodes such as CX (sine), CX (cosine), CX (tangent), CX -(secant), CX (hyperbolic cosine), CXX (natural log), +CX (log base 2), CX (log base 10), and +CX (IG), as well as a full set of trigonometric opcodes +such as CX (sine), CX (cosine), CX (tangent), CX (secant), CX +(hyperbolic sine), CX (hyperbolic cosine), CX (hyperbolic tangent), CX (hyperbolic secant), CX (arc sine), CX (arc cosine), CX (arc tangent), CX (arc secant), CX (exsecant), CX (haversine), and -CX (versine). All angle arguments for the -X trigonometric opcodes are in radians: +CX (versine). All angle arguments for the X trigonometric opcodes are in radians: =begin PIR_FRAGMENT