GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
changed sign
[mirrors/Programs.git]
/
php
/
pico
/
pico.php
1
#!/usr/bin/php
2
<
?php
3
4
for
(
$i
=
100
;
$i
<
200
;
$i
++
) {
5
$pi
=
$i
*
sin
(
180
/
$i
);
6
echo
(
"
$i
:
$pi\n
"
);
7
}
This page took
0.323599 seconds
and
4
git commands to generate.