mirror of
https://github.com/Haskell-Things/ImplicitCAD.git
synced 2024-11-04 01:26:48 +03:00
3 lines
59 B
Plaintext
3 lines
59 B
Plaintext
// Example10.escad -- map!.
|
|
echo(map(cos, [0, pi/2, pi]));
|