← Back
Editing: constants.php
<?php namespace Tensor { /** * A small number used in substitution of 0. */ const EPSILON = 1e-8; /** * Two multiplied by pi. */ const TWO_PI = 2.0 * M_PI; }
Save File
Cancel