index
:
c-homework
master
montecarlo
numrep
sin-sum
task3
task4
task5
task6
task7
task8
Computer science homework for MSU
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test_f.c
blob: 8811f1ed13c167b1efa351c75f2417d409107d98 (
plain
)
1
2
3
4
5
double
f
(
double
x
)
{
static
int
counter
=
0
;
++
counter
;
return
counter
*
x
;
}