wimal Posted March 23, 2013 Posted March 23, 2013 IF Sin A = B/C How can I find out the A in radians using LISP CODES Quote
Costinbos77 Posted March 23, 2013 Posted March 23, 2013 (edited) If : X = B / C A = arcsin X Find here: http://en.wikipedia.org/wiki/Inverse_trigonometric_functions arctan in lisp is atan Edited March 23, 2013 by Costinbos77 Quote
wimal Posted March 23, 2013 Author Posted March 23, 2013 a = arcsin (b / c) find here: http://en.wikipedia.org/wiki/inverse_trigonometric_functions arctan in lisp is atan thanks it is a grate help to me Quote
Lee Mac Posted March 24, 2013 Posted March 24, 2013 These functions may be of help: Mathematical Functions Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.