Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ __div__
Method
__div__
lib/mpl_toolkits/mplot3d/axes3d.py:4362–4363 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
4360
return
self.__class__(self.scalar/n, -self.vector/n)
4361
4362
def
__div__(self, other):
4363
return
self*other.reciprocal()
4364
4365
__truediv__ = __div__
4366
Callers
nothing calls this directly
Calls
1
reciprocal
Method · 0.80
Tested by
no test coverage detected