init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
11
lib/PhpSpreadsheet/Calculation/Engineering/Constants.php
Normal file
11
lib/PhpSpreadsheet/Calculation/Engineering/Constants.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
namespace PhpOffice\PhpSpreadsheet\Calculation\Engineering;
|
||||
|
||||
class Constants
|
||||
{
|
||||
/**
|
||||
* EULER.
|
||||
*/
|
||||
public const EULER = 2.71828182845904523536;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue