Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ercanersoy/SI-Measurement-Units-Library

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SI Measurement Units Library

SI meausrement units library

Copyright (c) 2021-2024 Ercan Ersoy

This software is licensed under MIT License.

Unit Enumerators

Enumerators as Lower Units

  • SI_lower_none
  • SI_d
  • SI_c
  • SI_m
  • SI_mc
  • SI_n
  • SI_p
  • SI_f
  • SI_a
  • SI_z
  • SI_y

Enumerators as Upper Units

  • SI_upper_none
  • SI_da
  • SI_h
  • SI_k
  • SI_M
  • SI_G
  • SI_T
  • SI_P
  • SI_E
  • SI_Z
  • SI_Y

Unit Types

Type as Lower Units

SI_lower struct is for lower units.

size is long double field as size.

prefix is SI_lower_prefix field as prefix.

Type as Upper Units

SI_upper struct is for upper units.

size is long double field as size.

prefix is SI_upper_prefix field as prefix.

Function as Lower Units

SI_lower SI_convert_lower(long double, SI_lower_prefix)

This function converts a value as lower prefix.

Function as Upper Units

SI_upper SI_convert_upper(long double, SI_upper_prefix)

This function converts a value as upper prefix.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.