Graphmath.Mat33.round
You're seeing just the function
round
, go back to Graphmath.Mat33 module for more information.
Link to this function
round(a, sigfigs)
Specs
round( a, sigfigs )
rounds every element of a mat33
to some number of decimal places.
a
is the mat33
to round.
sigfigs
is an integer on [0,15] of the number of decimal places to round to.
This returns a mat33
which is the result of rounding a
.