We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db23a27 commit 105a2acCopy full SHA for 105a2ac
example_nodes/wrappers/math.py
@@ -10,27 +10,22 @@
10
11
12
def pi():
13
- print('pi', _pi)
14
return _pi
15
16
17
def e():
18
- print('e', _e)
19
return _e
20
21
22
def tau():
23
- print('tau', _tau)
24
return _tau
25
26
27
def inf():
28
- print('inf', _inf)
29
return _inf
30
31
32
def nan():
33
- print('nan', _nan)
34
return _nan
35
36
0 commit comments