◐ Shell
reader mode source ↗
Skip to content

bpo-43488 Update vector.py#24845

Closed
icoder-new wants to merge 6 commits into
python:masterfrom
icoder-new:patch-1
Closed

bpo-43488 Update vector.py#24845
icoder-new wants to merge 6 commits into
python:masterfrom
icoder-new:patch-1

Conversation

@icoder-new

@icoder-new icoder-new commented Mar 13, 2021

Copy link
Copy Markdown

https://bugs.python.org/issue43488

What's new in Vector (vector.py)

  • Added __mul__ (Vector and Vector)
  • Added __truediv (Vector and Vector) and (Vector and scalar)
  • Added __floordiv__ (Vector and Vector) and (Vector and scalar)
  • Added __mod__ (Vector and Vector) and (Vector and scalar)

This new methods is very useful!
It is beta version! By the way we will fix bugs

@rhettinger rhettinger closed this Mar 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants