-
What is going on here? I couldn't understand what this line (and the concept of "natural scale") is for:
https://github.com/Litipk/php-bignumbers/blob/master/src/Decimal.php#L102
When you have a…
-
I would expect: `math.eval("[1,bignumber(2)][2]") === math.bignumber(2)`. Unfortunately, access.js calls `.valueOf` on the subset result for matrix requests. It is the only case of a valueOf call. Big…
-
When running the following code, I get a PHP division by zero warning: `PHP Warning: bcdiv(): Division by zero in vendor/litipk/php-bignumbers/src/Decimal.php on line 1140`
-
Hello,
I've upgraded PHP-BigNumbers with some breaking changes (removed support for PHP 5.* and HHVM), but it should perfectly work for your library.
-
I saw this issue on stackoverflow:
http://stackoverflow.com/questions/42838708/why-math-simplify1e-10-tostring-of-math-js-returns-0
When you simplify a very small constant, zero is returned inst…
-
#### System information
Geth version: `Geth/v1.6.0-stable`
OS & Version: Linux ubuntu 16.04 / go1.8.1
#### Expected behaviour
Set gas = 21001 and gasPrice = 0.000000009, and send entire bala…
-
I have a math instance with number setting as Fraction.
It seems operations like math.eval('pi + 0') throw an error:
"Cannot implicitly convert a number to a Fraction when there will be a loss o…
-
We use latest Delphi(10.2 Tokyo and latest FastMM4
Code is following
function BigIntegerStrMod(const ABigInteger: string; const Adivider: Integer): Integer;
var
LBigInt: BigInteger;
LDiv…
-
I have been playing with your taker.js bot example. I have installed all the dependencies that I see such as socket.io-client, web3, js-sha256, ethereumjs-util, ethereumjs-tx, etc.
I have had no is…
-
Let's call if `array_halve` for now although it won't necessarily divide an array into exact halves.
Usage:
```php
$numbers = [1, 3, 5, 7, 9];
list($smallNumbers, $bigNumbers) = array_halve($…