mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 14:32:24 +00:00
not important change
This commit is contained in:
parent
f77ccb0058
commit
a7eaf9cacb
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
MODULE beep;
|
MODULE beep;
|
||||||
IMPORT Files := OakFiles, rm:=oocRealMath, Unix;
|
IMPORT Files := OakFiles, rm:=oocRealMath, Unix;
|
||||||
|
|
||||||
CONST (*pi2=6.28318;*)
|
CONST pi2=6.28318;
|
||||||
pi2 = 6.2831802368164062;
|
(*pi2 = 6.2831802368164062;*)
|
||||||
rate=44.1E3;
|
rate=44.1E3;
|
||||||
lf=20.0;
|
lf=20.0;
|
||||||
seconds=2.0;
|
seconds=2.0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue