modulepackage
0.0.2
Repository: https://github.com/nubeio/engineering-units.git
Documentation: pkg.go.dev
# README
Engineering-Units
engineering-units
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
NewCurrent creates a new Current object.
NewEngTime creates a new EngTime object.
NewFlow creates a new Flow object.
NewForce creates a new Force object.
NewLength creates a new Length object.
NewMass creates a new Mass object.
NewPower creates a new Power object.
NewPressure creates a new Pressure object.
NewTemperature creates a new Temperature object.
# Structs
Current is a current (amperage) object that can store a current (amperage) value and convert between units of current (amperage).
EngTime is a time object that can store a time value and convert between units of time.
EngUnit is a generic engineering unit object.
Flow is a flow object that can store a flow value and convert between units of flow.
Force is a force object that can store a force value and convert between units of force.
Length is a length object that can store a length value and convert between units of length.
Mass is a mass object that can store a mass value and convert between units of mass.
Power is a power object that can store a power value and convert between units of power.
Pressure is a pressure object that can store a pressure value and convert between units of pressure.
Temperature is a temperature object that can store a temperature value and convert between units of temperature.
No description provided by the author