mbcp/docs/api/mp_math/mp_math_typing.md

16 lines
228 B
Markdown
Raw Normal View History

2024-08-28 10:52:17 +08:00
---
title: mbcp.mp\nmath.mp\nmath\ntyping
order: 1
icon: laptop-code
category: API
---
### ***var*** `SingleVar = TypeVar('SingleVar', bound=Number)`
### ***var*** `ArrayVar = TypeVar('ArrayVar', bound=Iterable[Number])`