]> gitweb.factorcode.org Git - factor.git/blob - extra/synth/synth-tests.factor
Revert "interpolate: allow format directives to be used"
[factor.git] / extra / synth / synth-tests.factor
1 USING: synth tools.test ;
2
3 {
4     {
5         0.0
6         0.9510565162951535
7         0.5877852522924732
8         -0.587785252292473
9         -0.9510565162951536
10     }
11 } [ 5 single-sine-wave ] unit-test