File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ This crate defines the fixed points numbers used by SWF files:
28
28
| Name | Integer part | Fractional part | Min value | Max value | Epsilon |
29
29
| -------------| --------------| -----------------| -----------| ---------------| ----------|
30
30
| Sfixed8P8 | ` i8 ` | ` u8 ` | -128 | 128 - 1/256 | 1 / 256 |
31
- | Ufixed8p8 | ` u8 ` | ` u8 ` | 0 | 256 - 1/256 | 1 / 256 |
32
- | Sfixed16p16 | ` i16 ` | ` u16 ` | -2^15 | 2^15 - 1/2^16 | 1 / 2^16 |
33
- | Ufixed16p16 | ` u16 ` | ` u16 ` | 0 | 2^16 - 1/2^16 | 1 / 2^16 |
31
+ | Ufixed8P8 | ` u8 ` | ` u8 ` | 0 | 256 - 1/256 | 1 / 256 |
32
+ | Sfixed16P16 | ` i16 ` | ` u16 ` | -2^15 | 2^15 - 1/2^16 | 1 / 2^16 |
33
+ | Ufixed16P16 | ` u16 ` | ` u16 ` | 0 | 2^16 - 1/2^16 | 1 / 2^16 |
34
34
35
35
## Usage
36
36
You can’t perform that action at this time.
0 commit comments