mirror of
https://github.com/Karaka-Management/Resources.git
synced 2026-01-18 07:58:41 +00:00
12 lines
167 B
PHP
12 lines
167 B
PHP
<?php
|
|
|
|
namespace PhpOffice\PhpSpreadsheet\Calculation\Engineering;
|
|
|
|
class Constants
|
|
{
|
|
/**
|
|
* EULER.
|
|
*/
|
|
public const EULER = 2.71828182845904523536;
|
|
}
|