nycos62

Results 5 issues of nycos62

Hello, is there any chance to use bigNumbers and simplify ? my config is this : ``` math.config({ number: 'BigNumber', // Default type of number: // 'number' (default), 'BigNumber', or...

feature
dependencies

Hello, maybe a stupid question, but is there a natural way to get periodicity in BigNumbers decimals ``` math.config({ number: 'BigNumber', // Default type of number: // 'number' (default), 'BigNumber',...

question

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'...

feature
help wanted

hello, why is there no latex convertion for functions round / floor / ceil / frac ? those are basic operators, like sqrt(something) is displayed √something for instance ceil(something) should...

hello, **Describe the bug** when you use zeta(n) into math.evaluate(...) **To Reproduce** math.config({ number: "BigNumber", precision: 998, relTol: 1e-320, absTol: 1e-323 }); math.evaluate("zeta(3)") => gamma.js:89 Uncaught Error: Integer BigNumber expected...

bug
category:numerical