mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 15:42:25 +00:00
parent
da332ab43b
commit
72292bedf8
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