Use the MathUtil class instead. It has asin. Steve
On Wed, Nov 15, 2017 at 7:51 AM, <[email protected]> wrote: > If you are experiencing an issue please mention the full platform your > issue applies to: > IDE: NetBeans/Eclipse/IDEA > Desktop OS > Simulator > > I get the following error trying to compile: > > final double delta; > double dd = Math.sin(lambda) > * Math.sin(Math.toRadians(23.439)); > delta = Math.asin(dd); > > error: cannot find symbol delta = Math.asin(dd); symbol: method > asin(double) > > > -- > You received this message because you are subscribed to the Google Groups > "CodenameOne Discussions" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at https://groups.google.com/ > group/codenameone-discussions. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/codenameone-discussions/d6fa6ac3-37da-4696-a008- > dca05be4b769%40googlegroups.com > <https://groups.google.com/d/msgid/codenameone-discussions/d6fa6ac3-37da-4696-a008-dca05be4b769%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Steve Hannah Software Developer Codename One http://www.codenameone.com -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKVEyYGo0%3DJzfSoskzXokxUw%2BG9gDn2QtZDm%2BmVLqp7fOg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
