Skip to content

Commit

Permalink
fix is_finite = true to is_finite
Browse files Browse the repository at this point in the history
  • Loading branch information
sdasgup3 committed Apr 13, 2023
1 parent d8a9099 commit 2ca424d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ following constraints:
* (C4) `min_value(storage_type) <= storage_min < storage_max <= max_value(storage_type)`.
* (C5) For all `i`, `type(scales[i]) = expressed_type`.
* (C6) For all `i`, `scales[i] > 0`.
* (C7) For all `i`, `is_finite(scales[i]) = true`.
* (C7) For all `i`, `is_finite(scales[i])`.
* (C8) For all `i`, `storage_min <= zero_points[i] <= storage_max`.
* (C9) For all `i`, `type(zero_points[i]) = storage_type`.
* (C10) `size(scales) = size(zero_points)`.
Expand Down

0 comments on commit 2ca424d

Please sign in to comment.