All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsTest.dev.folomeev.kotgl.matrix.matrices.Mat2TestJs.kt Maven / Gradle / Ivy

The newest version!
package dev.folomeev.kotgl.matrix.matrices

import kotlin.test.Test
import kotlin.test.assertEquals

class Mat2TestJs {
    @Test
    fun mat2_toString() = assertEquals(
        "((1, 2),\n (3, 4))",
        mat2(1f, 2f, 3f, 4f).toString()
    )
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy