Method code for $math.matrix_scale()

[Turn on line numbering]
arg s, m;
var x;

return map x in (m) to (.scale(s, x));

// Miroslav Silovic
// Created 19-Oct-1996 as a part of ColdCore, see: @help Credit

Tlon