You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -8,10 +11,13 @@ Utilities for programming that involves physical properties
8
11
9
12
---
10
13
14
+
# property-utils
15
+
*Utilities for programming that involves physical properties*
16
+
11
17
## What is property-utils?
12
18
property-utils is a python library that aims at making programming with physical properties easier. It was created to be used by scientists and engineers with little programming experience.
13
19
14
-
**What is provided by property-utils?**
20
+
***What is provided by property-utils?***
15
21
16
22
### Unit arithmetics
17
23
You can divide and multiply units to create new units. For example you can create velocity units by dividing length units with time units.
@@ -48,7 +54,7 @@ from property_utils.units import (
0 commit comments