Home
last modified time | relevance | path

Searched defs:degrees (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Services/
H A DGedcomService.php191 $degrees = substr($text, 1); variable in Fisharebest\\Webtrees\\Services\\GedcomService
196 $degrees = (float) $degrees; variable in Fisharebest\\Webtrees\\Services\\GedcomService
199 return $degrees; variable in Fisharebest\\Webtrees\\Services\\GedcomService
203 return -$degrees; variable in Fisharebest\\Webtrees\\Services\\GedcomService
H A DMapDataService.php324 private function writeDegrees(float $degrees, string $positive, string $negative): string