Questions tagged [jsr363]

Use this tag for questions related to usage or extension of new units of measure standard JSR-363.

16 questions
0
votes
1 answer

Creating a Longitude type based on jsr363

How would you create a Longitude type based on the JSR363 API ? A longitude can be represented for example as a double between ]-pi,+pi] radians or between ]-180,180] degrees. If you add 20 degrees to a 175 degrees longitude you get -165…
1
2