-
Currently (from the demo):
```
h(x)=x^2+3x+7
h(x)
derivative(h,"x")
TypeError: Unexpected type of argument in function derivative
(expected: string or Node or number or boolean,
…
-
# Handle
Ruhum
# Vulnerability details
## Impact
By moving around the tickets to other addresses within an epoch it's possible for a user to claim more rewards than expected.
I'd rate it with a `…
-
**Mockups:**
[Figma link](https://www.figma.com/file/ur0KLA9ZOtiodrAmpXrxh9/CodersCamp-app-and-website?node-id=773%3A2480)
-
![image](https://user-images.githubusercontent.com/89856410/132871638-5b8bb1f9-3ce0-48a9-8537-6758114029a8.png)
Hope someone can help me, I wanted to toy around with when to bet on bear/bull but cann…
-
In `axelarnetwork/unknown_order`, `BigNumber` is serialized by converting it to a hex string, as shown in [gmp_backend.rs](https://github.com/axelarnetwork/unknown_order/blob/main/src/gmp_backend.rs#L…
-
A potentially "better" rendering of the example under "Recursion" in the readme would be:
```
const sqrt = typed({
number: function (value) {
return Math.sqrt(value);
},
string: functi…
-
The evaluation of long hex / bin / oct values fails with rounding errors (probably due to float conversion).
Example:
```
0b11111111111111111110 =1048570 // should be 1048574
0b111111111111111…
-
# Feature Request
In aave-js we got raymath methods based on BigNumbers
https://github.com/aave/aave-js/blob/master/src/helpers/ray-math.ts
We might consider re-implementing them based on ethers Bi…
-
When running ansible (ansible-playbook -e @vars-powervm.yaml playbooks/main.yaml), the playbook stops after appr. one hour saying it couldn't connect to master and worker nodes.
I ran ansible again …
-
_For example, try the calculation 100 * 110%. The result is a 110 plus a teeny decimal value due to floating point precision being unable to accurately represent 0.1._
I started looking at how othe…