Resources/PhpOffice/PhpSpreadsheet/Calculation/Engineering/Constants.php
Dennis Eichhorn 7e0153ea0f perm change
2023-03-25 22:32:11 +00:00

12 lines
167 B
PHP
Executable File

<?php
namespace PhpOffice\PhpSpreadsheet\Calculation\Engineering;
class Constants
{
/**
* EULER.
*/
public const EULER = 2.71828182845904523536;
}