-
Calculate pi to 1000 decimal places using both p5.js and Processing. Compare the speed of both languages. How about 100000 places?
-
Currently it looks like it's not possible to use mathjs in a browser module like:
```html
import { create, all } from 'mathjs'
```
I think the existing bundles in `dist` do not have the…
-
I assumed that `logLevel = "OFF"` would not output `console.error()` messages to terminal.
```
Running "karma:daemon" (karma) task
Verifying property karma.daemon exists in config...OK
File: [no file…
-
# JavaScript
## User Story
As a boot camp student
I want the prework notes to be structured on a webpage
So that I can easily find and read the information
## Acceptance Critera
GIVEN a Prew…
-
I just installed this package to use it for number formatting in a chart, but I get this fatal error when I try to use it. (even `scino(12345)` throws this error)
```
TypeError: Decimal is not a c…
-
## What is the Problem Being Solved?
We've had to fork the project to https://github.com/agoric-labs/telescope/tree/agoric-safe . Since then the Cosmology folks have released 1.10.0 to incorporate …
-
Currently the "number" function fails on this input: ".25" or "-.25".
Our data provider sends decimal numbers in that format, and so far JSLT is the only technology we use that cannot work with it.…
-
This is how a number renders:
``` html
42.2
```
Because the decimal is in a separate element, OpenType contextual replacement feature does not work across the entire number. For instance, a type…
-
Hi Richard!
I am trying to deploy a vyper contract with ethersjs. Unfortunately it throws an error when contract contains some types that are not supported in Solidity, e.g. decimal. Here is the erro…
-
- **I'm submitting a ...**
[ x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
- I am trying to implem…