aCos Function in flowcode. How to?

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
imtiaz9
Posts: 15
Joined: Sat Aug 10, 2013 7:16 am
Been thanked: 1 time
Contact:

aCos Function in flowcode. How to?

Post by imtiaz9 »

I need a trigonometry function im my flowcode using 8bit pic device. so need some help to solve this equation..
Attachments
acos.png
(3.36 KiB) Downloaded 971 times

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: aCos Function in flowcode. How to?

Post by Benj »

Hello,

Maybe something like this, though I don't fully get the to the power of -1? So I've left it out my sum.

Y = cos ( (R - h) / R )

Post Reply