0.0.16
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
0.0.16
File function #.writebyte will be added.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 0.0.16
File function #.writeline will be added.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 0.0.16
New function #.type will be added.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 0.0.16
SPL will be able to work with huge numbers:
Output:
Code: Select all
n = 1/3
#.output("n=",n)
n = 2^1000
#.output("n=",n)
Code: Select all
n=0.333333333333333
n=10715086071862673209484250490600018105614048117055336074437503883703510511249361224931983788156958581275946729175531468251871452856923140435984577574698574803934567774824230985421074605062371141877954182153046474983581941267398767559165543946077062914571196477686542167660429831652624386837205668069376
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 0.0.16
File function #.writebinary will be added.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 0.0.16
The version is published.
- rbytes
- Posts: 1338
- Joined: Sun May 31, 2015 12:11 am
- My devices: iPhone 11 Pro Max
iPad Pro 11
MacBook
Dell Inspiron laptop
CHUWI Plus 10 convertible Windows/Android tablet - Location: Calgary, Canada
- Flag:
- Contact:
Re: 0.0.16
I have version 16, but the code for huge numbers is not producing the proper value for the second equation. I just get 0.
- Attachments
-
- Screenshot (39).png (30 KiB) Viewed 3709 times
The only thing that gets me down is gravity...
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 0.0.16
Thank you for your report.
What output do you get for this program?
It should be:
What output do you get for this program?
Code: Select all
> i, 60..65
n = 2^i
#.output(i," ",n," ",#.type(n))
<
Code: Select all
60 1152921504606846976 INTEGER
61 2305843009213693952 INTEGER
62 4611686018427387904 INTEGER
63 9223372036854775808 BIG
64 18446744073709551616 BIG
65 36893488147419103232 BIG
- rbytes
- Posts: 1338
- Joined: Sun May 31, 2015 12:11 am
- My devices: iPhone 11 Pro Max
iPad Pro 11
MacBook
Dell Inspiron laptop
CHUWI Plus 10 convertible Windows/Android tablet - Location: Calgary, Canada
- Flag:
- Contact:
Re: 0.0.16
BIG does not work. The store says I have version 16
- Attachments
-
- huge.PNG (15.13 KiB) Viewed 3703 times
The only thing that gets me down is gravity...
- rbytes
- Posts: 1338
- Joined: Sun May 31, 2015 12:11 am
- My devices: iPhone 11 Pro Max
iPad Pro 11
MacBook
Dell Inspiron laptop
CHUWI Plus 10 convertible Windows/Android tablet - Location: Calgary, Canada
- Flag:
- Contact:
Re: 0.0.16
is there a place in the SPL app that shows the version number? Maybe the store made a publishing error.
The only thing that gets me down is gravity...