11 lines
112 B
PostScript
11 lines
112 B
PostScript
90 sin =
|
|
|
|
60 cos =
|
|
|
|
%tan of 45 degrees
|
|
|
|
45 sin 45 cos div =
|
|
|
|
%inverse tan ( arc tan of sqrt 3)
|
|
|
|
3 sqrt 1 atan =
|