Home
last modified time | relevance | path

Searched refs:LENGTH_BASES (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/vendor/splitbrain/lesserphp/src/
DConstants.php22 public const LENGTH_BASES = [1, 3779.52755906, 37.79527559, 3.77952756, 96, 1.33333333, 16]; define in LesserPHP\\Constants
/dokuwiki/vendor/splitbrain/lesserphp/src/Utils/
DUtil.php66 $px = $value * Constants::LENGTH_BASES[$from_index];
67 $result = $px * (1 / Constants::LENGTH_BASES[$to_index]);