Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ cos
Method
cos
recipes/Python/59884_RPN_Stack_class/recipe-59884.py:191–193 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
189
self.pop(); self.push(newx)
190
191
def
cos(self):
192
newx = math.cos(self.getx())
193
self.pop(); self.push(newx)
194
195
def
tan(self):
196
newx = math.tan(self.getx())
Callers
15
$
Function · 0.80
Triangle_Tooth_Gear
Function · 0.80
recipe-578390.py
File · 0.80
draw_fractal
Function · 0.80
pvon
Function · 0.80
pbis
Function · 0.80
DurandKerner
Function · 0.80
recipe-580610.py
File · 0.80
recipe-578198.py
File · 0.80
recipe-578765.py
File · 0.80
recipe-578533.py
File · 0.80
points2distance
Function · 0.80
Calls
3
getx
Method · 0.95
pop
Method · 0.45
push
Method · 0.45
Tested by
no test coverage detected