Skip to content
/ units Public

Type definitions for working with many different units.

License

Notifications You must be signed in to change notification settings

marstr/units

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Units

Build PkgGoDev

Find yourself wishing that you had type defintions for all of the units in your life, comparable to time.Time? This library hopes to bring that level of convenience and type safety while working with all sorts of different quantities. All of these types are defined to be 64 bits wide for maximum precision and range. Types which loan themselves to being discrete are expressed as unsigned integers, types that are more prone to being continuous are of type float64.

License

This library is available for use under the very permissive MIT license. The full text of which can be found here: ./LICENSE