transmissions11 / solmate

Modern, opinionated, and gas optimized building blocks for smart contract development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`wadExp` is not tested

MathisGD opened this issue · comments

function wadExp(int256 x) pure returns (int256 r) {

I think that this function is not tested at all.