Scenic.Math.Matrix.close-question-mark
You're seeing just the function
close-question-mark
, go back to Scenic.Math.Matrix module for more information.
Specs
close?( matrix_a :: Scenic.Math.matrix(), matrix_a :: Scenic.Math.matrix(), tolerance :: number() ) :: boolean()
Test if two matrices are close in value to each other.
Parameters:
- matrix_a: The first matrix
- matrix_b: The second matrix
- tolerance: Defines what close means. Defaults to: 0.000001
Returns: A boolean