Post Reply 
Solve Keplers equation
07-21-2022, 05:39 PM
Post: #2
RE: Solve Keplers equation
Code:
  E:=FNROOT(E-M-e0*SIN(E),E,1);

I think FNROOT cannot lookup local variables. If (M,e0) are globals, above work.

Code:
  AAngle:=2;  // do calculations in degree

You may have to do "AAngle:=0;", to restore HOME default setting.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Solve Keplers equation - Powersoft - 07-21-2022, 02:43 PM
RE: Solve Keplers equation - Albert Chan - 07-21-2022 05:39 PM
RE: Solve Keplers equation - matalog - 07-23-2022, 11:32 AM



User(s) browsing this thread: 1 Guest(s)