1 Pages (4 items)
automatic show results of trigonometrie not in radians, but in degrees? - Messages
#1 Posted: 5/23/2019 5:15:36 AM
Hello the question is. Is it possible to make, that every time function antan returns in degree?
example:
atan(0.2/0.75)=0.343 every time I must add units "deg" that it returns not in radians. Maybe is possible to safe time and make change somethere in software. Thank You for the help
example:
atan(0.2/0.75)=0.343 every time I must add units "deg" that it returns not in radians. Maybe is possible to safe time and make change somethere in software. Thank You for the help
#2 Posted: 5/23/2019 5:35:37 AM
You can override atan() function.
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
Davide Carpi 5/23/2019 1:50:00 PM
#3 Posted: 5/23/2019 9:41:30 AM
WroteIs it possible to make, that every time function antan returns in degree?
Personalize like this as an utility at top of work sheet
to avoid conflict with the atan(x) built-in from Windows library.
Atan(x):=atan(x)*360/2*π
Atan(4)=75.964 then by personalized 75.964°.
Trig.sm (12 KiB) downloaded 51 time(s).
#4 Posted: 5/23/2019 1:54:20 PM
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
2 users liked this post
1 Pages (4 items)
-
New Posts
-
No New Posts