Mini Kabibi Habibi

Current Path : C:/xampp/php/tests/parseFile/
Upload File :
Current File : C:/xampp/php/tests/parseFile/math.php

<?php
$nb = bcsub(1.234, 5, 4);
if (preg_match('/^-/', $nb)) {
    echo 'minus';
}
?>