index
graph
Result
Function:
bar
Runs:
1
line
code
calls
time
1
{
0
0
2
if(is.null(y)){
1
0.01
3
y<-x
1
0
4
}
0
0
5
if(all(y>100)){
1
0
6
y<-y-100
0
0
7
}
0
0
8
res<-x^y
1
0
9
return(res)
1
0
10
}
0
0
index
graph