print POSIX::tan(atan2 (1, 1)); : tan « System Functions « Perl






print POSIX::tan(atan2 (1, 1));

      


use POSIX;

print POSIX::tan(atan2 (1, 1));

   
    
    
    
    
    
  

Related examples in the same category

1.Using tan function