See Release Notes
[Summary view]
1 <?php 2 3 namespace PhpOffice\PhpSpreadsheet\Calculation\Engineering; 4 5 class Constants 6 { 7 /** 8 * EULER. 9 */ 10 public const EULER = 2.71828182845904523536; 11 }
title
Description
Body