3 lines
45 B
Perl
3 lines
45 B
Perl
|
use POSIX;
|
||
|
|
||
|
print POSIX::tan(atan2 (1, 1));
|