PHP 8.3.31
Preview: RoundingNecessaryException.php Size: 459 B
/proc/thread-self/root/home/getspomw/itechservicellc.com/vendor/brick/math/src/Exception/RoundingNecessaryException.php

<?php

declare(strict_types=1);

namespace Brick\Math\Exception;

/**
 * Exception thrown when a number cannot be represented at the requested scale without rounding.
 */
class RoundingNecessaryException extends MathException
{
    /**
     * @psalm-pure
     */
    public static function roundingNecessary() : RoundingNecessaryException
    {
        return new self('Rounding is necessary to represent the result of the operation at this scale.');
    }
}

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
736 B lrw-r--r-- 2025-10-28 20:21:58
Edit Download
526 B lrw-r--r-- 2025-10-28 20:21:58
Edit Download
156 B lrw-r--r-- 2025-10-28 20:21:58
Edit Download
248 B lrw-r--r-- 2025-10-28 20:21:58
Edit Download
969 B lrw-r--r-- 2025-10-28 20:21:58
Edit Download
459 B lrw-r--r-- 2025-10-28 20:21:58
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).