Method code for $math.tensor()

[Turn on line numbering]
arg v1, v2;
var x, y;

return map x in (v1) to (map y in (v2) to (x * y));

["// Various Contributors, including: Miroslav Silovic, Bruce Mitchner, Nolan, Sean R. Lynch, Technobunny", "// Created 19-Oct-1996 as a part of ColdCore, see: @help Credit"]

the Cold Dark