Easter Sunday Trigs ( rpn38-CX)
|
04-03-2016, 09:00 PM
(This post was last modified: 04-03-2016 09:52 PM by Gerson W. Barbosa.)
Post: #23
|
|||
|
|||
RE: Easter Sunday Trigs (rpn38-CX) - Updated version
.
Trigonometric Functions (RPN-38 CX) Code:
Constants: R.0: 1.74532925199433e-2 R.1: 0.199999779 R.2: 0.142841665 R.3: 1.107161127e-01 R.4: 0.086263068 R.5: 0.05051923 R.6: 8.860961556954e-07 R.7: 1.3496016023e-11 R.8: 9.78826891e-17 R.9: 4.12066e-22 ------------------------------------------ Trigonometric Functions: Angles in DEGREES -90 =< x <= 90 R/S --> cos(x) R/S x<>y --> sin(x) R/S / --> tan(x) GTO 35 R/S --> asin(x) 0 =< x <= 1 GTO 46 R/S --> acos(x) 0 =< x <= 1 GTO 54 R/S --> atan(x) 1e-50 < x < 1e42, x=0 GTO 31 R/S --> Rad->Deg GTO 33 R/S --> Deg->Rad ------------------------------------------ Examples: 0.0001 R/S --> 1.000000000 ; cos(0.0001) x<>y --> 1.745329252E-06 ; sin(0.0001) / --> 1.745329252E-06 ; tan(0.0001) 0.9999 GTO 35 R/S --> 89.18960856 ; asin(0.9999) 0.9999 GTO 46 R/S --> 0.8102914371 ; acos(0.9999) 0.9999 GTO 54 R/S --> 44.99713507 ; atan(0.9999) 180 RCL × .0 --> 3.141592654 ; π 180 GTO 33 R/S --> 3.141592654 ; 180° = π rad 3.141592654 ENTER 8 / GTO 31 R/S --> 22.50000000 ; π/8 rad = 22.5° Other examples: sin(0.01) = 1.745329243E-04 cos(0.01) = 0.9999999848 tan(0.01) = 1.745329270E-04 sin(30) = 0.5000000000 cos(30) = 0.8660254038 tan(30) = 0.5773502692 sin(60) = 0.8660254038 cos(60) = 0.5000000000 tan(60) = 1.732050808 sin(75) = 0.9659258263 cos(75) = 0.2588190451 tan(75) = 3.732050808 sin(89) = 0.9998476952 cos(89) = 1.745240644E-2 tan(89) = 57.28996163 sin(89.99) = 0.9999999848 cos(89.99) = 1.74532924(0)E-4 tan(89.99) = 5729.577(902) sin(89.9999) = 1.000000000 cos(89.9999) = 1.7452(81608)E-6 tan(89.9999) = 5729(73.3462) asin(0) = 0.000000000 acos(0) = 90.00000000 atan(0) = 0.000000000 asin(1) = 90.00000000 acos(1) = 0.000000000 atan(1) = 45.00000000 asin(1e10) = 90.00000000 atan(0.4142135624) = 22.50000000 acos(0.8660254038) = 30.00000000 atan(50) = 88.85423716 ------------------------------------------ Forensic result: 9 R/S x<>y R/S R/S / GTO 54 R/S GTO 46 R/S GTO 35 R/S --> 9.000000282 ------------------------------------------ The extension of the attached file should be changed to .rpn38 Edited to fix a typo. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 8 Guest(s)