Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ sin
Method
sin
recipes/Python/59884_RPN_Stack_class/recipe-59884.py:187–189 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
185
self.pop(); self.push(newx)
186
187
def
sin(self):
188
newx = math.sin(self.getx())
189
self.pop(); self.push(newx)
190
191
def
cos(self):
192
newx = math.cos(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-578180.py
File · 0.80
recipe-580649.py
File · 0.80
recipe-578198.py
File · 0.80
getHR
Function · 0.80
Calls
3
getx
Method · 0.95
pop
Method · 0.45
push
Method · 0.45
Tested by
no test coverage detected