I am completely new (Arduino UNO for one day) and I think I understand the basics.
I understand how to install a standard library from sketch/import library
(I am using a Apple Mac)
But I cant seem to install it into the sketch/import menu list.
when I download the library I expected to find a folder with a .cpp file and a .h file - but cant see it anywhere.
I may doing doing something very basically wrong - or perhaps it is a file that needs windows (I am on a MAc) to unzip somewhere.
Advice to get me started really appreciated.
or advice on another way to uses atan2 asin etc
Many thanks and best wishes
Andrew
Do you even need to do that? I compiled a quick sketch containing asin() and acos() without #including math.h. It complained when I added atan2(), because I got the parameters wrong.