TysonAndre / pecl-teds

Tentative Extra Data Structures for php
BSD 3-Clause "New" or "Revised" License
30 stars 4 forks source link

Teds\intmul(...int), intadd(...int), intsub(int, int) with results staying as PHP `int` (like C) #115

Open TysonAndre opened 2 years ago

TysonAndre commented 2 years ago

This would be convenient when trying to replicate algorithms without the overhead of bc/gmp. Not sure of overhead.