<?php

namespace LWVendor\PhpOffice\PhpSpreadsheet\Calculation\Engineering;

class Constants
{
    /**
     * EULER.
     */
    public const EULER = 2.718281828459045;
}
