-
Hello, I don't know well if it's an issue or if I'm doing something wrong : (math.js version 13.0.3)
```js
math.config({
number: "BigNumber", // Default type of number:
// 'number' (default)…
-
### Describe the Issue
Trying to work out a solution for step 25 of the spreadsheet project (js beta) that will be accepted by the test is made harder by the vague instructions.
I attempted severa…
-
Please see the example implementation in js here https://github.com/ably/ably-js/issues/997
Incremental backoff and jitter was added to the features spec in https://github.com/ably/docs/pull/1445
To…
-
*I have read the FAQ and looked for duplicate issues.*
## Search Terms
* NaN
* NaN type
* Integer type
## Related Issues
* [#21279: strictNullChecks safeguards against null and undefined…
-
### Is this a bug in companion itself or a module?
- [X] I believe this to be a bug in companion
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the…
-
I have an issue when clicking 0 it sets it to some other value. The value prints correctly to Javascript. I think potentially a math error going on. I will look into it and try and do a PR
-
My code:
``` ruby
require 'nyaplot'
require 'nyaplot3d'
x=[];y=[];z=[]
-10.step(10, 0.5) do |i|
-10.step(10, 0.5) do |j|
x.push(i)
y.push(j)
z.push(Math.sin(Math.sqrt(i*i+j*j))/Math.sqr…
v0dro updated
6 years ago
-
Hi,
I was parsing the text "see at the bottom", and I used this code snippet:
```sh
// At the top
import 'package:html/dom.dart' as dom;
import 'package:html/parser.dart' as parser;
dom.Docu…
-
Add an ability for sql.js to apply custom javascript function in the SQL.
Would it be cool to see this in sql.js
``` sql
CREATE TABLE people_location(
person_id int,
latitude double,
…
-
Instead of BigInt and other heavy libraries that other indicators using to solve floating error, we need to use https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html Goldberg correction algo…