Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>update to <a href="https://stackoverflow.com/questions/1793534/trigonometry-in-cldc-1-0-midp-2-0-application/1793564#1793564">prior answer</a></p> <blockquote> <p><a href="http://forums.sun.com/thread.jspa?threadID=5372476" rel="nofollow noreferrer">gnat knows</a></p> </blockquote> <p>Above link to Sun Forums became <a href="http://en.wikipedia.org/wiki/Link_rot" rel="nofollow noreferrer">dead</a> after migration to Oracle.</p> <p>If memory serves, back then I suggested to consider <a href="http://www.dclausen.net/projects/microfloat/" rel="nofollow noreferrer">MicroFloat library</a>.</p> <p>There is also a chance that mentioned <em>Sun forums thread</em> was migrated to this one: <a href="https://forums.oracle.com/forums/thread.jspa?threadID=1695831" rel="nofollow noreferrer">Sin &amp; Cos with CLDC</a>. Since message formatting was broken in migration and since no one knows if migrated thread will stay where it is now, here's the "snapshot" of what is there: </p> <ul> <li><p>CLDC 1.0 (JSR 30) doesn't have float / double and trigonometric functions<br> For devices limited to CLDC 1.0, <a href="http://www.google.com/search?q=CLDC+Math+library" rel="nofollow noreferrer">search Google for 'CLDC Math library'</a> - there's plenty info </p></li> <li><p>CLDC 1.1 (JSR 139) has some trigonometric and double / float functions in <a href="http://java.sun.com/javame/reference/apis/jsr139/java/lang/Math.html" rel="nofollow noreferrer">Math package</a><br> of functions mentioned in question, <em>sin cos tan</em> are there, <em>asin acos atan atan2</em> aren't</p></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload