Skip to content

Commit e5220c2

Browse files
version 0.1.0
1 parent a7cdcb5 commit e5220c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,6 @@ float64<Acceleration> ac = (float64<Velocity>(3e8) - float64<Length>(3.14) / flo
5757
```
5858

5959
The C++ arithmetic built-in types can be operated with the library's types and are interpreted as `Adimensional`.
60-
The operators +, -, *, /, and % are implemented between types with any dimensions. The bitwise operators ~, |, ^, &, <<, and >> are only defined for adimensional quantities.
60+
The operators +, -, *, /, and % are implemented between types with any dimensions. The bitwise operators ~, |, ^, &, <<, and >> are only defined for adimensional quantities.
61+
62+

0 commit comments

Comments
 (0)