Skip to content

Instantly share code, notes, and snippets.

@dez02
dez02 / Calculator.php
Last active January 30, 2019 21:05
this is a PHP file
<?php
namespace SolvoLabs;
/**
* This class is used to realize some basic calculations.
* For training purposes only, use bc_math functions instead.
* @author Mickaël Andrieu <mickael.andrieu@solvolabs.com>
*/
class Calculator