Astrodynamics coordinate frame transforms
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(ocaml-sqlite): add create_table and insert for arbitrary tables

Add generic write API: create_table parses CREATE TABLE SQL to register
new tables, insert writes rows with auto or explicit rowids (including
INTEGER PRIMARY KEY handling). 11 new tests cover all value types,
persistence, coexistence with KV API, and error cases.

+1 -1
+1 -1
test/test_coordinate.ml
··· 225 225 let test_vallado_3_3 () = 226 226 let v = Coordinate.vec3 6524.834 6862.875 6448.296 in 227 227 let g = Coordinate.ecef_to_geodetic v in 228 - (* These are approximate — the example has a different reference *) 228 + (* Approximate — the example uses a different reference ellipsoid *) 229 229 let r = Coordinate.vec3_length v in 230 230 let expected_r = 231 231 sqrt