On the Apple developer reference here (https://developer.apple.com/library/ios/navigation/) site I am looking for the api for the core set of maths functions available (and how they might be called), i.e. just stuff like sin, cos, pow(a,b) etc etc.
I can’t find the page in the documentation where this is all listed.
Can someone help. Apologies if this is a dumb question.
The best answer I have received on this is from Cyrille. I do not know how to attribute it and so I have pasted it here. Perhaps a moderator could improve the situation.
You could try compiling some documentation with AppleDoc. – Cyrille Sep 15 at 22:42