LastCalc icon indicating copy to clipboard operation
LastCalc copied to clipboard

More than just a web-based calculator, a powerful programming language with unique features

Results 19 LastCalc issues
Sort by recently updated
recently updated
newest added

Can you provide a list for supported math functions? Random is a useful function for calculator but I found it might not be supported.

Oliver, do you think you could replace this demo of the page retrieval with something that works again? Looks like bitcoincharts changed the structure of their page.

difficulty:simple

Support stuff like "7pm GMT in PST" (probably using JodaTime internally).

difficulty:intermediate

I just entered "20 grams in kg" and got 0.019999999999999997 kilograms.

difficulty:intermediate

LastCalc should handle numbers like .123 - which don't have any digits before the decimal point. This will probably require a change to the [number matching in locutus.js](https://github.com/sanity/LastCalc/blob/master/war/js/locutus.js#L94), and probably...

difficulty:intermediate

LastCalc currently outputs numbers with commas, like 35,523,433 - however it cannot parse numbers with commas. The issue is lists, is [123,456] a list with two numbers, 123 and 456,...

difficulty:intermediate

There is currently a hidden mechanism to create a link to a worksheet that doesn't give write access to it, but rather immediately copies the worksheet to a new sheet...

difficulty:simple

This is closely related to issue #6 and depends on it. With user accounts, there will be a list of worksheets that the user has read-write or read permissions, but...

difficulty:intermediate
0 - Backlog

Currently all Internet Explorer users are redirected to a "your browser sucks" page at http://lastcalc.com/noie.html. I've had reports, however, that LastCalc actually works fine in IE10 - so we should...

difficulty:simple
0 - Backlog

While obviously much less well known, Kotlin is an exciting language that is much nicer to code in than Java, but has a quick learning curve, any Java developer could...