14 lines
214 B
Factor
14 lines
214 B
Factor
|
USING: synth tools.test ;
|
||
|
|
||
|
IN: synth.tests
|
||
|
|
||
|
[
|
||
|
{
|
||
|
0.0
|
||
|
0.9510565162951535
|
||
|
0.5877852522924732
|
||
|
-0.587785252292473
|
||
|
-0.9510565162951536
|
||
|
}
|
||
|
] [ 5 single-sine-wave ] unit-test
|