tact-lang / tact

Tact compiler main repository
https://tact-lang.org
MIT License
275 stars 56 forks source link

Fix `log` and `log2` functions #342

Closed Gusarich closed 1 month ago

Gusarich commented 1 month ago

Closes #340

Gusarich commented 1 month ago

@anton-trunov I've also decided to add error-throwing into log2 function for case with num = 0, because TVM doesn't throw in this case.