Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
470 B
Plaintext
Raw Normal View History

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