Discard a change

This commit is contained in:
Iaroslav Postovalov 2021-02-09 18:12:35 +07:00
parent b06f96c335
commit cd96845c31
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

View File

@ -12,7 +12,7 @@ fun main() {
println(element)
// 1d element operation
val result = (NDAlgebra.complex(8)) {
val result = with(NDAlgebra.complex(8)) {
val a = produce { (it) -> i * it - it.toDouble() }
val b = 3
val c = Complex(1.0, 1.0)