long sum
1.0.0
Kelas PHP untuk menjumlahkan angka yang sangat panjang.
Contoh:
$ result = LongSum:: Sum (
' 111222000111000222000111000000000445 ' ,
' 111333000111000333000111000000000555 '
);
echo $ result ; // 222555000222000555000222000000001000
Proyek klon:
git clone https://github.com/elmao79/long-sum.git
Buat wadah Docker tempat menjalankan tes:
cd long-sum/Docker
docker-compose up -d
Instal dependensi (PHPUnit):
docker exec -it php-long-sum composer install
Jalankan tes:
docker exec -it php-long-sum composer test