Easter Sunday Trigs ( rpn38-CX)
|
03-29-2016, 03:07 AM
(This post was last modified: 03-29-2016 05:01 AM by Gerson W. Barbosa.)
Post: #11
|
|||
|
|||
RE: Easter Sunday Trigs (rpn38-CX) - Updated version
.
Trigonometric Functions (RPN-38 CX) Code:
------------------------------------------ Constants: R.0: 5.8177641733144e-03 R.1: 0.199999779 R.2: 0.142841665 R.3: 1.107161127e-01 R.4: 0.086263068 R.5: 0.05051923 R.6: 3.2818376136867e-08 R.7: 5.553916059e-14 R.8: 4.4756602e-20 R.9: 2.0935e-26 ------------------------------------------ Trigononometric Functions: Enter angles in degrees, -90 =< x <= 90 R/S --> cos(x) x<>y --> sin(x) x<>y / --> tan(x) Inverse Trigonometric Functions: GTO 32 R/S => arcsin(x) (0 =< x <= 1) GTO 43 R/S => arccos(x) (0 =< x <= 1) GTO 51 R/S => arctan(x) (1e-50 < x < 1e42) ------------------------------------------ 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 32 R/S --> 89.18960856 ; asin(0.9999) 0.9999 GTO 43 R/S --> 0.8102914371 ; acos(0.9999) 0.9999 GTO 51 R/S --> 44.99713507 ; atan(0.9999) 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.5000000000 cos(60) = 0.8660254038 tan(60) = 1.732050808 sin(75) = 0.9659258263 cos(75) = 0.2588190451 tan(75) = 3.732050808 sin(89) = 0.9998476952 cos(89) = 1.745240644E-4 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.7453(45219)E-6 tan(89.9999) = 57295(2.5534) 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 51 R/S GTO 43 R/S GTO 32 R/S --> 9.000000275 ------------------------------------------ |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 10 Guest(s)