UNPKG

101 Btext/coffeescriptView Raw
1test_subst = ->
2 run_test [
3
4 "subst((-1)^(1/2),i,-3 + 10*3^(1/2)*i/9)",
5 "-3+10/9*i*3^(1/2)",
6
7 ]