automatic show results of trigonometrie not in radians, but in degrees?

automatic show results of trigonometrie not in radians, but in degrees? - Messages

#1 Posted: 5/23/2019 5:15:36 AM
Paulius

Paulius

0 likes in 11 posts.

Group: User

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
#2 Posted: 5/23/2019 5:35:37 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

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
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

Is 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 33 time(s).


#4 Posted: 5/23/2019 1:54:20 PM
Davide Carpi

Davide Carpi

1416 likes in 2873 posts.

Group: Moderator

It is already backed in the snippets section since a long long time.

evaluation in degrees
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
Вячеслав Мезенцев 5/23/2019 3:53:00 PM, frapuano 5/23/2019 6:43:00 PM
  • New Posts New Posts
  • No New Posts No New Posts