On Fri, Sep 28, 2018 at 6:06 PM Rudi Theunissen <rtheunis...@php.net> wrote:
> I've been working on adding arbitrary precision decimal support as an
> alternative to *bcmath. *I have created an extension based on *mpdecimal*,
> which is what Python 3's decimal module is also based on. I haven't
> released or broadcast this project yet, because I wanted to discuss the API
> and implementation with internals first.
>
Have you looked at GMPi ? https://github.com/sgolemon/gmpi
It's a replacement for GMP (which includes floating point and an OOP interface).

-Sara

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to