2023-04-12 09:51:36 +10:00

16 lines
470 B
Plaintext

{
"name": "to_decimal",
"type": "function",
"groups": ["Conversions"],
"description": "Converts a degree, minute, second coordinate to its decimal equivalent.",
"arguments": [{
"arg": "value",
"description": "A degree, minute, second string."
}],
"examples": [{
"expression": "to_decimal('6\u00b021\\\\'16.445')",
"returns": "6.3545680555"
}],
"tags": ["converts", "minute", "degree", "equivalent", "second", "coordinate", "decimal"]
}