Search by

There is no license information available for the latest version (v1.0) of this package.

This package implements the function of adding large numbers via custom algorythm

Package info

github.com/whacking1234/sumlib

pkg:composer/whacking1234/sumlib

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0 2019-02-12 13:22 UTC

This package is not auto-updated.

Last update: 2026-09-18 01:56:17 UTC


README

Installation

The recommended way to install the library is through Composer:

$ composer require whacking1234/sumlib:@dev

Usage

use function Whacking1234\functions\sum;

echo sum('8116789921361823993123', '44181262393');

Tests

To run unit test:

$ phpunit --testsuite Unit

To run all tests:

$ phpunit