This scientific calculator contains all the classicals
mathematicals functions : ln log exp cos arccos etc.
It permits to work with constants as Pi and e.
The Ans function gives the possibility to calculate the first terms of recursive sequences.
Randoms numbers can be used and associated with Floor and Round functions for simulating randoms experiences.
---------------------------------------------------------
Recursive sequence :
example : Un+1=101Un ans U0=2
2 =
101*Ans=
=
=
etc.
----------------------------------------------------------
Random experience :
example : to throw a dice
floor(6*rand+1) =
=
=
=
etc.
It permits to work with constants as Pi and e.
The Ans function gives the possibility to calculate the first terms of recursive sequences.
Randoms numbers can be used and associated with Floor and Round functions for simulating randoms experiences.
---------------------------------------------------------
Recursive sequence :
example : Un+1=101Un ans U0=2
2 =
101*Ans=
=
=
etc.
----------------------------------------------------------
Random experience :
example : to throw a dice
floor(6*rand+1) =
=
=
=
etc.
Show More >
Calculator + ans + rand
Loading...
