Method code for $math.cylindrical_rectangular()

[Turn on line numbering]
arg coords;

return [coords[1] * cos(coords[2]), coords[1] * sin(coords[2]), coords[3]];

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

Tlon