From 3ce34980d7ba2bddbf3e9a1bd6f98cbc855bddc2 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 19 Oct 2024 18:21:54 +0200 Subject: First commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..7dc7dae --- /dev/null +++ b/README @@ -0,0 +1,23 @@ +NAME + libtellurian - Geodesy library + +SYNPOSIS + #include + + Link with -ltellurian -lm. + +DESCRIPTION + libtellurian provides a collection of geodesy functions + and constants. + + libtellurian always uses meters as the length unit, + meters per square-second as the acceleration unit, + and degrees for the angle unit, except when the + function name uses the suffix "_radians", in which + case the function uses radians instead of degrees. + All functions that input or output angles have a + version that uses degress and a version that uses + radians. Unless otherwise specified, functions that + use degress convert the input and output to and from + radians and call the version of the function that + uses radians. -- cgit v1.2.3-70-g09d2