calculator wiki page

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

calculator wiki page

ravas
I'm thinking about making a page on the wiki for the calculator and the various functions and operators.
Where can I see a list of these functions and operators?
Reply | Threaded
Open this post in threaded view
|

Re: calculator wiki page

dxli
hi ravas,

we are using muparser for all math parsing:

http://muparser.beltoforion.de/mup_features.html#idDef2

Thanks!

ravas wrote
I'm thinking about making a page on the wiki for the calculator and the various functions and operators.
Where can I see a list of these functions and operators?
Reply | Threaded
Open this post in threaded view
|

Re: calculator wiki page

ravas
Thank you.

I noticed that sin() takes radians. Is there a conversion function?
Reply | Threaded
Open this post in threaded view
|

Re: calculator wiki page

ravas
Just realized there is a pi variable...

cal 45*(pi/180)
Reply | Threaded
Open this post in threaded view
|

Re: calculator wiki page

dxli
Hi ravas,

It's cool to see you added a Tesseract (4-cube) to the wiki page:

Reply | Threaded
Open this post in threaded view
|

Re: calculator wiki page

ravas


There is a lot to be learned from regular polygons sharing an edge.



The regular sided hexagon created by 4 equal parallelograms inspires several impossible 3D shapes in my mind... ;D
Reply | Threaded
Open this post in threaded view
|

Re: calculator wiki page

ravas
In reply to this post by ravas
ravas wrote
Just realized there is a pi variable...

cal 45*(pi/180)
I added the ability to type sin(45d) instead of sin(45*pi/180).

commit 5a19752
Reply | Threaded
Open this post in threaded view
|

Re: calculator wiki page

dxli
Hi Ravas,

I added a comment on the github commit.

Thanks!