We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180c1d4 commit 6d5b91bCopy full SHA for 6d5b91b
text/0041-fixed-point.md
@@ -43,6 +43,7 @@ The following operations are defined on it:
43
- `.const(value)`: Create a `fixed.Const` from `value`.
44
- `.as_shape()`: Return the underlying `Shape`.
45
- `.__call__(target)`: Create a `fixed.Value` over `target`.
46
+- `min()`, `max()`: Returns a `fixed.Const` representing the minimum and maximum representable values of a shape.
47
48
### `fixed.Value`
49
0 commit comments