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
/
libs
/
libsq.c
blob: 2b93fb4e034c6af9ccfa522c73ab23625fe21dd6 (
plain
)
1
2
3
4
// calculate square
double
f
(
double
x
)
{
return
x
*
x
;
}