Post Reply 
Really really fast BASIC handheld
01-10-2019, 08:37 AM
Post: #5
RE: Really really fast BASIC handheld
(01-10-2019 08:16 AM)ijabbott Wrote:  
(01-09-2019 04:03 PM)berndpr Wrote:  A=A+POW(EXP(SIN(ATAN(RAD(X)))),1/3)
' pow is used because 3. Root doesn't exist
' RAD is used to change degree to radian because all trig function use radian

You shouldn't need to use RAD(X). X isn't an angle, so converting it from degrees to radians doesn't make sense.

Yes, I know. But as far as I understand the benchmark is using degree as input for the sin function. For comparing the results I thought I use the same input, even this is mathematical not necessary.

Bernd
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Really really fast BASIC handheld - berndpr - 01-10-2019 08:37 AM



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