Searched refs:positive (Results 1 – 2 of 2) sorted by relevance
319 * @param string $positive324 private function writeDegrees(float $degrees, string $positive, string $negative): string argument332 return $positive . $degrees;
187 private function readDegrees(string $text, string $positive, string $negative): float|null argument198 if ($hemisphere === $positive) {