| Top |
| double | go_unit_convert () |
| GoUnit const * | go_unit_define () |
| GoUnit const * | go_unit_get () |
| GoUnit const * | go_unit_get_from_symbol () |
| GoUnitId | go_unit_get_id () |
| char const * | go_unit_get_symbol () |
| GType | go_unit_get_type () |
double go_unit_convert (GoUnit const *from,GoUnit const *to,double value);
Converts value
from from
units to to
units.
GoUnit const * go_unit_define (char const *symbol,char const *dim,double factor_to_SI);
Defines a new unit. If a GoUnit of that name already exists, the existing is returned. Otherwise a new one is created.