Home » Archimedes archive » Zipped Apps » PipeDream » Functions/Trig
Functions/Trig
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Zipped Apps » PipeDream |
Filename: | Functions/Trig |
Read OK: | ✔ |
File size: | 0C5B bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Archimedes archive » Zipped Apps » PipeDream » Functions/Trig
- Archimedes archive » Apps » PipeDream 4 (1991) (Colton Software) (Examples Disc).adf » Functions/Trig
File contents
%OP%VS4.12 Test (Dec 12 1991), Colton Software - Development, R0123 4567 8901 2345 %OP%DP4 %OP%LP* %OP%TM4 %OP%BM4 %OP%LM5 %OP%FX %OP%FY %OP%FS %OP%WC2,1754,200,1364,0,0,0,0 %CO:A,9,100% %C%%H1%Trigonometrical Functions Examples %C%Function acosec acosech acosh acot acoth acs asec asech asinh asn atan_2 atanh atn cos %L%cosec %L%cosech cosh %L%cot %L%coth deg pi rad %L%sec %L%sech sin sinh tan tanh %CO:B,9,0% %R%Input 1 %V%%R%E20 %V%%R%E21 %V%%R%E22 %V%%R%E23 %V%%R%E24 %V%%R%E19 %V%%R%E28 %V%%R%E29 %V%%R%E31 %V%%R%E30 %V%%R%3 %V%%R%E33 %V%%R%E32 %V%%R%pi/4 %V%%R%pi/4 %V%%R%0.5 %V%%R%0.5 %V%%R%pi/4 %V%%R%0.5 %V%%R%pi/4 %R%- %V%%R%E25 %V%%R%pi/4 %V%%R%0.5 %V%%R%pi/4 %V%%R%0.5 %V%%R%pi/4 %V%%R%0.5 %CO:C,8,0% %R%Input 2 %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %V%%R%4 %R%- %R%- %R%- %R%- %R%- %R%- %R% - %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %CO:D,8,0% %R%Input 3 %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %R%- %CO:E,8,0% %R%Output %V%%R%acosec(B6) %V%%R%acosech(B7) %V%%R%acosh(B8) %V%%R%acot(B9) %V%%R%acoth(B10) %V%%R%acs(B11) %V%%R%asec(B12) %V%%R%asech(B13) %V%%R%asinh(B14) %V%%R%asn(B15) %V%%R%atan_2(B16,C16) %V%%R%atanh(B17) %V%%R%atn(B18) %V%%R%cos(B19) %V%%R%cosec(B20) %V%%R%cosech(B21) %V%%R%cosh(B22) %V%%R%cot(B23) %V%%R%coth(B23) %V%%R%deg(B25) %V%%R%pi %V%%R%rad(B27) %V%%R%sec(B28) %V%%R%sech(B29) %V%%R%sin(B30) %V%%R%sinh(B31) %V%%R%tan(B32) %V%%R%tanh(B33) %CO:F,1,0% %CO:G,63,0% Summary Returns the ArcCosecant of %H4%Input1%H4% in radians. Returns the hyperbolic ArcCosecant of %H4%Input1%H4% in radians. Returns the hyperbolic ArcCosine of %H4%Input1%H4% in radians. Returns the ArcCotangent of %H4%Input1%H4% in radians. Returns the hyperbolic ArcCotangent of %H4%input1%H4% in radians. Returns the ArcCosine of %H4%Input1%H4% in radians. Returns the ArcSecant of %H4%Input1%H4% in radians. Returns the hyperbolic ArcSecant of %H4%Input1%H4% in radians. Returns the hyperbolic ArcSine of %H4%Input1%H4% in radians. Returns the ArcSine of %H4%Input1%H4% in radians. Returns the ArcTangent of %H4%Input2%H4% / %H4%Input1%H4% in radians. Returns the hyperbolic ArcTangent of %H4%Input1%H4% in radians. Returns the ArcTangent of %H4%Input1%H4% in radians. Returns the Cosine of %H4%Input1%H4%, given in radians. Returns the Cosecant of %H4%Input1%H4%, given in radians. Returns the hyperbolic Secant of %H4%Input1%H4%, given in radians. Returns the hyperbolic Cosine of %H4%Input1%H4%, given in radians. Returns the Cotangent of %H4%Input1%H4%, given in radians. Returns the hyperbolic Cotangent of %H4%Input1%H4%, given in radians. Converts radians to degrees. Returns the value of PI. Converts degrees to radians. Returns the Secant of %H4%Input1%H4%, given in radians. Returns the hyperbolic Secant of %H4%Input1%H4%, given in radians. Returns the Sine of %H4%Input1%H4%, given in radians. Returns the hyperbolic Sine of %H4%Input1%H4%, given in radians. Returns the Tangent of %H4%Input1%H4%, given in radians. Returns the hyperbolic Tangent of %H4%Input1%H4%, given in radians.
00000000 25 4f 50 25 56 53 34 2e 31 32 20 54 65 73 74 20 |%OP%VS4.12 Test | 00000010 28 44 65 63 20 31 32 20 31 39 39 31 29 2c 20 43 |(Dec 12 1991), C| 00000020 6f 6c 74 6f 6e 20 53 6f 66 74 77 61 72 65 20 2d |olton Software -| 00000030 20 44 65 76 65 6c 6f 70 6d 65 6e 74 2c 20 52 30 | Development, R0| 00000040 31 32 33 20 34 35 36 37 20 38 39 30 31 20 32 33 |123 4567 8901 23| 00000050 34 35 0a 25 4f 50 25 44 50 34 0a 25 4f 50 25 4c |45.%OP%DP4.%OP%L| 00000060 50 2a 0a 25 4f 50 25 54 4d 34 0a 25 4f 50 25 42 |P*.%OP%TM4.%OP%B| 00000070 4d 34 0a 25 4f 50 25 4c 4d 35 0a 25 4f 50 25 46 |M4.%OP%LM5.%OP%F| 00000080 58 0a 25 4f 50 25 46 59 0a 25 4f 50 25 46 53 0a |X.%OP%FY.%OP%FS.| 00000090 25 4f 50 25 57 43 32 2c 31 37 35 34 2c 32 30 30 |%OP%WC2,1754,200| 000000a0 2c 31 33 36 34 2c 30 2c 30 2c 30 2c 30 0a 25 43 |,1364,0,0,0,0.%C| 000000b0 4f 3a 41 2c 39 2c 31 30 30 25 0a 25 43 25 25 48 |O:A,9,100%.%C%%H| 000000c0 31 25 54 72 69 67 6f 6e 6f 6d 65 74 72 69 63 61 |1%Trigonometrica| 000000d0 6c 20 46 75 6e 63 74 69 6f 6e 73 20 45 78 61 6d |l Functions Exam| 000000e0 70 6c 65 73 0a 0a 25 43 25 46 75 6e 63 74 69 6f |ples..%C%Functio| 000000f0 6e 0a 0a 61 63 6f 73 65 63 0a 61 63 6f 73 65 63 |n..acosec.acosec| 00000100 68 0a 61 63 6f 73 68 0a 61 63 6f 74 0a 61 63 6f |h.acosh.acot.aco| 00000110 74 68 0a 61 63 73 0a 61 73 65 63 0a 61 73 65 63 |th.acs.asec.asec| 00000120 68 0a 61 73 69 6e 68 0a 61 73 6e 0a 61 74 61 6e |h.asinh.asn.atan| 00000130 5f 32 0a 61 74 61 6e 68 0a 61 74 6e 0a 63 6f 73 |_2.atanh.atn.cos| 00000140 0a 25 4c 25 63 6f 73 65 63 0a 25 4c 25 63 6f 73 |.%L%cosec.%L%cos| 00000150 65 63 68 0a 63 6f 73 68 0a 25 4c 25 63 6f 74 0a |ech.cosh.%L%cot.| 00000160 25 4c 25 63 6f 74 68 0a 64 65 67 0a 70 69 0a 72 |%L%coth.deg.pi.r| 00000170 61 64 0a 25 4c 25 73 65 63 0a 25 4c 25 73 65 63 |ad.%L%sec.%L%sec| 00000180 68 0a 73 69 6e 0a 73 69 6e 68 0a 74 61 6e 0a 74 |h.sin.sinh.tan.t| 00000190 61 6e 68 0a 25 43 4f 3a 42 2c 39 2c 30 25 0a 0a |anh.%CO:B,9,0%..| 000001a0 0a 25 52 25 49 6e 70 75 74 20 31 0a 0a 25 56 25 |.%R%Input 1..%V%| 000001b0 25 52 25 45 32 30 0a 25 56 25 25 52 25 45 32 31 |%R%E20.%V%%R%E21| 000001c0 0a 25 56 25 25 52 25 45 32 32 0a 25 56 25 25 52 |.%V%%R%E22.%V%%R| 000001d0 25 45 32 33 0a 25 56 25 25 52 25 45 32 34 0a 25 |%E23.%V%%R%E24.%| 000001e0 56 25 25 52 25 45 31 39 0a 25 56 25 25 52 25 45 |V%%R%E19.%V%%R%E| 000001f0 32 38 0a 25 56 25 25 52 25 45 32 39 0a 25 56 25 |28.%V%%R%E29.%V%| 00000200 25 52 25 45 33 31 0a 25 56 25 25 52 25 45 33 30 |%R%E31.%V%%R%E30| 00000210 0a 25 56 25 25 52 25 33 0a 25 56 25 25 52 25 45 |.%V%%R%3.%V%%R%E| 00000220 33 33 0a 25 56 25 25 52 25 45 33 32 0a 25 56 25 |33.%V%%R%E32.%V%| 00000230 25 52 25 70 69 2f 34 0a 25 56 25 25 52 25 70 69 |%R%pi/4.%V%%R%pi| 00000240 2f 34 0a 25 56 25 25 52 25 30 2e 35 0a 25 56 25 |/4.%V%%R%0.5.%V%| 00000250 25 52 25 30 2e 35 0a 25 56 25 25 52 25 70 69 2f |%R%0.5.%V%%R%pi/| 00000260 34 0a 25 56 25 25 52 25 30 2e 35 0a 25 56 25 25 |4.%V%%R%0.5.%V%%| 00000270 52 25 70 69 2f 34 0a 25 52 25 2d 0a 25 56 25 25 |R%pi/4.%R%-.%V%%| 00000280 52 25 45 32 35 0a 25 56 25 25 52 25 70 69 2f 34 |R%E25.%V%%R%pi/4| 00000290 0a 25 56 25 25 52 25 30 2e 35 0a 25 56 25 25 52 |.%V%%R%0.5.%V%%R| 000002a0 25 70 69 2f 34 0a 25 56 25 25 52 25 30 2e 35 0a |%pi/4.%V%%R%0.5.| 000002b0 25 56 25 25 52 25 70 69 2f 34 0a 25 56 25 25 52 |%V%%R%pi/4.%V%%R| 000002c0 25 30 2e 35 0a 25 43 4f 3a 43 2c 38 2c 30 25 0a |%0.5.%CO:C,8,0%.| 000002d0 0a 0a 25 52 25 49 6e 70 75 74 20 32 0a 0a 25 52 |..%R%Input 2..%R| 000002e0 25 2d 0a 25 52 25 2d 0a 25 52 25 2d 0a 25 52 25 |%-.%R%-.%R%-.%R%| 000002f0 2d 0a 25 52 25 2d 0a 25 52 25 2d 0a 25 52 25 2d |-.%R%-.%R%-.%R%-| 00000300 0a 25 52 25 2d 0a 25 52 25 2d 0a 25 52 25 2d 0a |.%R%-.%R%-.%R%-.| 00000310 25 56 25 25 52 25 34 0a 25 52 25 2d 0a 25 52 25 |%V%%R%4.%R%-.%R%| 00000320 2d 0a 25 52 25 2d 0a 25 52 25 2d 0a 25 52 25 2d |-.%R%-.%R%-.%R%-| 00000330 0a 25 52 25 2d 0a 25 52 25 20 2d 0a 25 52 25 2d |.%R%-.%R% -.%R%-| 00000340 0a 25 52 25 2d 0a 25 52 25 2d 0a 25 52 25 2d 0a |.%R%-.%R%-.%R%-.| 00000350 25 52 25 2d 0a 25 52 25 2d 0a 25 52 25 2d 0a 25 |%R%-.%R%-.%R%-.%| 00000360 52 25 2d 0a 25 52 25 2d 0a 25 52 25 2d 0a 25 43 |R%-.%R%-.%R%-.%C| 00000370 4f 3a 44 2c 38 2c 30 25 0a 0a 0a 25 52 25 49 6e |O:D,8,0%...%R%In| 00000380 70 75 74 20 33 0a 0a 25 52 25 2d 0a 25 52 25 2d |put 3..%R%-.%R%-| 00000390 0a 25 52 25 2d 0a 25 52 25 2d 0a 25 52 25 2d 0a |.%R%-.%R%-.%R%-.| 000003a0 25 52 25 2d 0a 25 52 25 2d 0a 25 52 25 2d 0a 25 |%R%-.%R%-.%R%-.%| 000003b0 52 25 2d 0a 25 52 25 2d 0a 25 52 25 2d 0a 25 52 |R%-.%R%-.%R%-.%R| 000003c0 25 2d 0a 25 52 25 2d 0a 25 52 25 2d 0a 25 52 25 |%-.%R%-.%R%-.%R%| 000003d0 2d 0a 25 52 25 2d 0a 25 52 25 2d 0a 25 52 25 2d |-.%R%-.%R%-.%R%-| 000003e0 0a 25 52 25 2d 0a 25 52 25 2d 0a 25 52 25 2d 0a |.%R%-.%R%-.%R%-.| 000003f0 25 52 25 2d 0a 25 52 25 2d 0a 25 52 25 2d 0a 25 |%R%-.%R%-.%R%-.%| 00000400 52 25 2d 0a 25 52 25 2d 0a 25 52 25 2d 0a 25 52 |R%-.%R%-.%R%-.%R| 00000410 25 2d 0a 25 43 4f 3a 45 2c 38 2c 30 25 0a 0a 0a |%-.%CO:E,8,0%...| 00000420 25 52 25 4f 75 74 70 75 74 0a 0a 25 56 25 25 52 |%R%Output..%V%%R| 00000430 25 61 63 6f 73 65 63 28 42 36 29 0a 25 56 25 25 |%acosec(B6).%V%%| 00000440 52 25 61 63 6f 73 65 63 68 28 42 37 29 0a 25 56 |R%acosech(B7).%V| 00000450 25 25 52 25 61 63 6f 73 68 28 42 38 29 0a 25 56 |%%R%acosh(B8).%V| 00000460 25 25 52 25 61 63 6f 74 28 42 39 29 0a 25 56 25 |%%R%acot(B9).%V%| 00000470 25 52 25 61 63 6f 74 68 28 42 31 30 29 0a 25 56 |%R%acoth(B10).%V| 00000480 25 25 52 25 61 63 73 28 42 31 31 29 0a 25 56 25 |%%R%acs(B11).%V%| 00000490 25 52 25 61 73 65 63 28 42 31 32 29 0a 25 56 25 |%R%asec(B12).%V%| 000004a0 25 52 25 61 73 65 63 68 28 42 31 33 29 0a 25 56 |%R%asech(B13).%V| 000004b0 25 25 52 25 61 73 69 6e 68 28 42 31 34 29 0a 25 |%%R%asinh(B14).%| 000004c0 56 25 25 52 25 61 73 6e 28 42 31 35 29 0a 25 56 |V%%R%asn(B15).%V| 000004d0 25 25 52 25 61 74 61 6e 5f 32 28 42 31 36 2c 43 |%%R%atan_2(B16,C| 000004e0 31 36 29 0a 25 56 25 25 52 25 61 74 61 6e 68 28 |16).%V%%R%atanh(| 000004f0 42 31 37 29 0a 25 56 25 25 52 25 61 74 6e 28 42 |B17).%V%%R%atn(B| 00000500 31 38 29 0a 25 56 25 25 52 25 63 6f 73 28 42 31 |18).%V%%R%cos(B1| 00000510 39 29 0a 25 56 25 25 52 25 63 6f 73 65 63 28 42 |9).%V%%R%cosec(B| 00000520 32 30 29 0a 25 56 25 25 52 25 63 6f 73 65 63 68 |20).%V%%R%cosech| 00000530 28 42 32 31 29 0a 25 56 25 25 52 25 63 6f 73 68 |(B21).%V%%R%cosh| 00000540 28 42 32 32 29 0a 25 56 25 25 52 25 63 6f 74 28 |(B22).%V%%R%cot(| 00000550 42 32 33 29 0a 25 56 25 25 52 25 63 6f 74 68 28 |B23).%V%%R%coth(| 00000560 42 32 33 29 0a 25 56 25 25 52 25 64 65 67 28 42 |B23).%V%%R%deg(B| 00000570 32 35 29 0a 25 56 25 25 52 25 70 69 0a 25 56 25 |25).%V%%R%pi.%V%| 00000580 25 52 25 72 61 64 28 42 32 37 29 0a 25 56 25 25 |%R%rad(B27).%V%%| 00000590 52 25 73 65 63 28 42 32 38 29 0a 25 56 25 25 52 |R%sec(B28).%V%%R| 000005a0 25 73 65 63 68 28 42 32 39 29 0a 25 56 25 25 52 |%sech(B29).%V%%R| 000005b0 25 73 69 6e 28 42 33 30 29 0a 25 56 25 25 52 25 |%sin(B30).%V%%R%| 000005c0 73 69 6e 68 28 42 33 31 29 0a 25 56 25 25 52 25 |sinh(B31).%V%%R%| 000005d0 74 61 6e 28 42 33 32 29 0a 25 56 25 25 52 25 74 |tan(B32).%V%%R%t| 000005e0 61 6e 68 28 42 33 33 29 0a 25 43 4f 3a 46 2c 31 |anh(B33).%CO:F,1| 000005f0 2c 30 25 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a |,0%.............| 00000600 0a 0a 0a 0a 0a 0a 0a 0a 0a 25 43 4f 3a 47 2c 36 |.........%CO:G,6| 00000610 33 2c 30 25 0a 0a 0a 53 75 6d 6d 61 72 79 0a 0a |3,0%...Summary..| 00000620 52 65 74 75 72 6e 73 20 74 68 65 20 41 72 63 43 |Returns the ArcC| 00000630 6f 73 65 63 61 6e 74 20 6f 66 20 25 48 34 25 49 |osecant of %H4%I| 00000640 6e 70 75 74 31 25 48 34 25 20 69 6e 20 72 61 64 |nput1%H4% in rad| 00000650 69 61 6e 73 2e 0a 52 65 74 75 72 6e 73 20 74 68 |ians..Returns th| 00000660 65 20 68 79 70 65 72 62 6f 6c 69 63 20 41 72 63 |e hyperbolic Arc| 00000670 43 6f 73 65 63 61 6e 74 20 6f 66 20 25 48 34 25 |Cosecant of %H4%| 00000680 49 6e 70 75 74 31 25 48 34 25 20 69 6e 20 72 61 |Input1%H4% in ra| 00000690 64 69 61 6e 73 2e 0a 52 65 74 75 72 6e 73 20 74 |dians..Returns t| 000006a0 68 65 20 68 79 70 65 72 62 6f 6c 69 63 20 41 72 |he hyperbolic Ar| 000006b0 63 43 6f 73 69 6e 65 20 6f 66 20 25 48 34 25 49 |cCosine of %H4%I| 000006c0 6e 70 75 74 31 25 48 34 25 20 69 6e 20 72 61 64 |nput1%H4% in rad| 000006d0 69 61 6e 73 2e 0a 52 65 74 75 72 6e 73 20 74 68 |ians..Returns th| 000006e0 65 20 41 72 63 43 6f 74 61 6e 67 65 6e 74 20 6f |e ArcCotangent o| 000006f0 66 20 25 48 34 25 49 6e 70 75 74 31 25 48 34 25 |f %H4%Input1%H4%| 00000700 20 69 6e 20 72 61 64 69 61 6e 73 2e 0a 52 65 74 | in radians..Ret| 00000710 75 72 6e 73 20 74 68 65 20 68 79 70 65 72 62 6f |urns the hyperbo| 00000720 6c 69 63 20 41 72 63 43 6f 74 61 6e 67 65 6e 74 |lic ArcCotangent| 00000730 20 6f 66 20 25 48 34 25 69 6e 70 75 74 31 25 48 | of %H4%input1%H| 00000740 34 25 20 69 6e 20 72 61 64 69 61 6e 73 2e 0a 52 |4% in radians..R| 00000750 65 74 75 72 6e 73 20 74 68 65 20 41 72 63 43 6f |eturns the ArcCo| 00000760 73 69 6e 65 20 6f 66 20 25 48 34 25 49 6e 70 75 |sine of %H4%Inpu| 00000770 74 31 25 48 34 25 20 69 6e 20 72 61 64 69 61 6e |t1%H4% in radian| 00000780 73 2e 0a 52 65 74 75 72 6e 73 20 74 68 65 20 41 |s..Returns the A| 00000790 72 63 53 65 63 61 6e 74 20 6f 66 20 25 48 34 25 |rcSecant of %H4%| 000007a0 49 6e 70 75 74 31 25 48 34 25 20 69 6e 20 72 61 |Input1%H4% in ra| 000007b0 64 69 61 6e 73 2e 0a 52 65 74 75 72 6e 73 20 74 |dians..Returns t| 000007c0 68 65 20 68 79 70 65 72 62 6f 6c 69 63 20 41 72 |he hyperbolic Ar| 000007d0 63 53 65 63 61 6e 74 20 6f 66 20 25 48 34 25 49 |cSecant of %H4%I| 000007e0 6e 70 75 74 31 25 48 34 25 20 69 6e 20 72 61 64 |nput1%H4% in rad| 000007f0 69 61 6e 73 2e 0a 52 65 74 75 72 6e 73 20 74 68 |ians..Returns th| 00000800 65 20 68 79 70 65 72 62 6f 6c 69 63 20 41 72 63 |e hyperbolic Arc| 00000810 53 69 6e 65 20 6f 66 20 25 48 34 25 49 6e 70 75 |Sine of %H4%Inpu| 00000820 74 31 25 48 34 25 20 69 6e 20 72 61 64 69 61 6e |t1%H4% in radian| 00000830 73 2e 0a 52 65 74 75 72 6e 73 20 74 68 65 20 41 |s..Returns the A| 00000840 72 63 53 69 6e 65 20 6f 66 20 25 48 34 25 49 6e |rcSine of %H4%In| 00000850 70 75 74 31 25 48 34 25 20 69 6e 20 72 61 64 69 |put1%H4% in radi| 00000860 61 6e 73 2e 0a 52 65 74 75 72 6e 73 20 74 68 65 |ans..Returns the| 00000870 20 41 72 63 54 61 6e 67 65 6e 74 20 6f 66 20 25 | ArcTangent of %| 00000880 48 34 25 49 6e 70 75 74 32 25 48 34 25 20 2f 20 |H4%Input2%H4% / | 00000890 25 48 34 25 49 6e 70 75 74 31 25 48 34 25 20 69 |%H4%Input1%H4% i| 000008a0 6e 20 72 61 64 69 61 6e 73 2e 0a 52 65 74 75 72 |n radians..Retur| 000008b0 6e 73 20 74 68 65 20 68 79 70 65 72 62 6f 6c 69 |ns the hyperboli| 000008c0 63 20 41 72 63 54 61 6e 67 65 6e 74 20 6f 66 20 |c ArcTangent of | 000008d0 25 48 34 25 49 6e 70 75 74 31 25 48 34 25 20 69 |%H4%Input1%H4% i| 000008e0 6e 20 72 61 64 69 61 6e 73 2e 0a 52 65 74 75 72 |n radians..Retur| 000008f0 6e 73 20 74 68 65 20 41 72 63 54 61 6e 67 65 6e |ns the ArcTangen| 00000900 74 20 6f 66 20 25 48 34 25 49 6e 70 75 74 31 25 |t of %H4%Input1%| 00000910 48 34 25 20 69 6e 20 72 61 64 69 61 6e 73 2e 0a |H4% in radians..| 00000920 52 65 74 75 72 6e 73 20 74 68 65 20 43 6f 73 69 |Returns the Cosi| 00000930 6e 65 20 6f 66 20 25 48 34 25 49 6e 70 75 74 31 |ne of %H4%Input1| 00000940 25 48 34 25 2c 20 67 69 76 65 6e 20 69 6e 20 72 |%H4%, given in r| 00000950 61 64 69 61 6e 73 2e 0a 52 65 74 75 72 6e 73 20 |adians..Returns | 00000960 74 68 65 20 43 6f 73 65 63 61 6e 74 20 6f 66 20 |the Cosecant of | 00000970 25 48 34 25 49 6e 70 75 74 31 25 48 34 25 2c 20 |%H4%Input1%H4%, | 00000980 67 69 76 65 6e 20 69 6e 20 72 61 64 69 61 6e 73 |given in radians| 00000990 2e 0a 52 65 74 75 72 6e 73 20 74 68 65 20 68 79 |..Returns the hy| 000009a0 70 65 72 62 6f 6c 69 63 20 53 65 63 61 6e 74 20 |perbolic Secant | 000009b0 6f 66 20 25 48 34 25 49 6e 70 75 74 31 25 48 34 |of %H4%Input1%H4| 000009c0 25 2c 20 67 69 76 65 6e 20 69 6e 20 72 61 64 69 |%, given in radi| 000009d0 61 6e 73 2e 0a 52 65 74 75 72 6e 73 20 74 68 65 |ans..Returns the| 000009e0 20 68 79 70 65 72 62 6f 6c 69 63 20 43 6f 73 69 | hyperbolic Cosi| 000009f0 6e 65 20 6f 66 20 25 48 34 25 49 6e 70 75 74 31 |ne of %H4%Input1| 00000a00 25 48 34 25 2c 20 67 69 76 65 6e 20 69 6e 20 72 |%H4%, given in r| 00000a10 61 64 69 61 6e 73 2e 0a 52 65 74 75 72 6e 73 20 |adians..Returns | 00000a20 74 68 65 20 43 6f 74 61 6e 67 65 6e 74 20 6f 66 |the Cotangent of| 00000a30 20 25 48 34 25 49 6e 70 75 74 31 25 48 34 25 2c | %H4%Input1%H4%,| 00000a40 20 67 69 76 65 6e 20 69 6e 20 72 61 64 69 61 6e | given in radian| 00000a50 73 2e 0a 52 65 74 75 72 6e 73 20 74 68 65 20 68 |s..Returns the h| 00000a60 79 70 65 72 62 6f 6c 69 63 20 43 6f 74 61 6e 67 |yperbolic Cotang| 00000a70 65 6e 74 20 6f 66 20 25 48 34 25 49 6e 70 75 74 |ent of %H4%Input| 00000a80 31 25 48 34 25 2c 20 67 69 76 65 6e 20 69 6e 20 |1%H4%, given in | 00000a90 72 61 64 69 61 6e 73 2e 0a 43 6f 6e 76 65 72 74 |radians..Convert| 00000aa0 73 20 72 61 64 69 61 6e 73 20 74 6f 20 64 65 67 |s radians to deg| 00000ab0 72 65 65 73 2e 0a 52 65 74 75 72 6e 73 20 74 68 |rees..Returns th| 00000ac0 65 20 76 61 6c 75 65 20 6f 66 20 50 49 2e 0a 43 |e value of PI..C| 00000ad0 6f 6e 76 65 72 74 73 20 64 65 67 72 65 65 73 20 |onverts degrees | 00000ae0 74 6f 20 72 61 64 69 61 6e 73 2e 0a 52 65 74 75 |to radians..Retu| 00000af0 72 6e 73 20 74 68 65 20 53 65 63 61 6e 74 20 6f |rns the Secant o| 00000b00 66 20 25 48 34 25 49 6e 70 75 74 31 25 48 34 25 |f %H4%Input1%H4%| 00000b10 2c 20 67 69 76 65 6e 20 69 6e 20 72 61 64 69 61 |, given in radia| 00000b20 6e 73 2e 0a 52 65 74 75 72 6e 73 20 74 68 65 20 |ns..Returns the | 00000b30 68 79 70 65 72 62 6f 6c 69 63 20 53 65 63 61 6e |hyperbolic Secan| 00000b40 74 20 6f 66 20 25 48 34 25 49 6e 70 75 74 31 25 |t of %H4%Input1%| 00000b50 48 34 25 2c 20 67 69 76 65 6e 20 69 6e 20 72 61 |H4%, given in ra| 00000b60 64 69 61 6e 73 2e 0a 52 65 74 75 72 6e 73 20 74 |dians..Returns t| 00000b70 68 65 20 53 69 6e 65 20 6f 66 20 25 48 34 25 49 |he Sine of %H4%I| 00000b80 6e 70 75 74 31 25 48 34 25 2c 20 67 69 76 65 6e |nput1%H4%, given| 00000b90 20 69 6e 20 72 61 64 69 61 6e 73 2e 0a 52 65 74 | in radians..Ret| 00000ba0 75 72 6e 73 20 74 68 65 20 68 79 70 65 72 62 6f |urns the hyperbo| 00000bb0 6c 69 63 20 53 69 6e 65 20 6f 66 20 25 48 34 25 |lic Sine of %H4%| 00000bc0 49 6e 70 75 74 31 25 48 34 25 2c 20 67 69 76 65 |Input1%H4%, give| 00000bd0 6e 20 69 6e 20 72 61 64 69 61 6e 73 2e 0a 52 65 |n in radians..Re| 00000be0 74 75 72 6e 73 20 74 68 65 20 54 61 6e 67 65 6e |turns the Tangen| 00000bf0 74 20 6f 66 20 25 48 34 25 49 6e 70 75 74 31 25 |t of %H4%Input1%| 00000c00 48 34 25 2c 20 67 69 76 65 6e 20 69 6e 20 72 61 |H4%, given in ra| 00000c10 64 69 61 6e 73 2e 0a 52 65 74 75 72 6e 73 20 74 |dians..Returns t| 00000c20 68 65 20 68 79 70 65 72 62 6f 6c 69 63 20 54 61 |he hyperbolic Ta| 00000c30 6e 67 65 6e 74 20 6f 66 20 25 48 34 25 49 6e 70 |ngent of %H4%Inp| 00000c40 75 74 31 25 48 34 25 2c 20 67 69 76 65 6e 20 69 |ut1%H4%, given i| 00000c50 6e 20 72 61 64 69 61 6e 73 2e 0a |n radians..| 00000c5b