SI meausrement units library
Copyright (c) 2021-2024 Ercan Ersoy
This software is licensed under MIT License.
- SI_lower_none
- SI_d
- SI_c
- SI_m
- SI_mc
- SI_n
- SI_p
- SI_f
- SI_a
- SI_z
- SI_y
- SI_upper_none
- SI_da
- SI_h
- SI_k
- SI_M
- SI_G
- SI_T
- SI_P
- SI_E
- SI_Z
- SI_Y
SI_lower
struct is for lower units.
size
is long double
field as size.
prefix
is SI_lower_prefix
field as prefix.
SI_upper
struct is for upper units.
size
is long double
field as size.
prefix
is SI_upper_prefix
field as prefix.
SI_lower SI_convert_lower(long double, SI_lower_prefix)
This function converts a value as lower prefix.
SI_upper SI_convert_upper(long double, SI_upper_prefix)
This function converts a value as upper prefix.