Browse Search Popular Register Upload Rules User list Login:
Search:
Calculator

Image:
screenshot of the scene

Author: lololoer

Group: Default

Filesize: 20.5 kB

Date added: 2014-01-29

Rating: 6.1

Downloads: 1274

Views: 353

Comments: 10

Ratings: 4

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

I think that this scene does not need any explanation.
Please log in to rate this scene
edit
Similar scenes
Title: decimal to 2bit binary
Rating: 5.625
Filesize: 123.58 kB
Downloads: 2051
Comments: 7
Ratings: 2
Date added: 2020/09/08 05:03:02
Made with: Algodoo v2.1.0
Rating: rated 5.6
download
Title: calculator / Taschenrechner
Rating: 5
Filesize: 1.39 MB
Downloads: 533
Comments: 8
Ratings: 1
Date added: 2016/04/05 12:56:59
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Simple calculator
Rating: 5
Filesize: 163.61 kB
Downloads: 2799
Comments: 4
Ratings: 1
Date added: 2023/11/13 12:07:16
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Calculator
Rating: 5
Filesize: 60.62 kB
Downloads: 722
Comments: 3
Ratings: 1
Date added: 2018/11/20 14:04:46
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Calculator
Rating: 5
Filesize: 351.83 kB
Downloads: 1294
Comments: 1
Ratings: 1
Date added: 2009/06/08 08:24:52
Made with: Phun
Rating: rated 5
download
Title: Real Calculator
Rating: 5.625
Filesize: 295.19 kB
Downloads: 7760
Comments: 12
Ratings: 2
Date added: 2021/10/09 07:59:25
Made with: Algodoo v2.1.0
Rating: rated 5.6
download
Cool calculator.:) Great work:D 10/10
Thankyou vaidas :tup: !
Edit: there's a bug on typing (number)comma(number)comma that I haven't seen before, but I can't fix it for it's complexity ; when typing two numbers with comma. )|(
Last edited at 2014/01/29 16:02:40 by lololoer
Ah don't worry, it's nothing.
:DD So try other script. Something diffrient.
lololoer -- It does not give decimal results when dividing integers. For example: 3/8 = 0
Xray I don't think that that problem is mine, because the syntax is correct.
I think it's problem of algodoo, sometimes it happens to me too.
If you don't belive me try creating a box and coding it's text as :
{
"" + (3 / 8)
}

I tried it and it gives me the value of 0 too.
Last edited at 2014/01/29 16:45:13 by lololoer
Yes, I see that now. Thyme assumes integer values when a decimal point is not used for input. So, 3/8 =0 BUT it assumes real values when a decimal point is used: 3.0/8.0 = 0.375

Nice job on the scene! :tup:
Thankyou! :tup:
We could actually suggest on the forum to fix that huge problem.
Or at least it is for me because its easiest to type an integer value without typing the decimal point.
Last edited at 2014/01/29 17:05:37 by lololoer
Unfortunately, Algoryx will no longer fix any bugs or make any improvements to Algodoo. Ever since it became free, they no longer support it. That could possibly change down the road, but I suspect that it will not be very soon. :cry:
Last edited at 2014/01/29 17:39:01 by Xray
Here is a calculator that kilinich designed a long time ago: (Phun Only) Desktop Calculator Although it was designed for the old program called "Phun" it does seem to work with Algodoo. When I type 3/8 it does give an answer in real numbers. Maybe you could look at kilinich's script to see if he did anything special to handle integer inputs.