Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    
    printf "%.2f%s", "4212412124124124.10623", "\n";
    printf "%.2f%s", "12412124124124.10623", "\n";
    
  2. or download this
    4212412124124124.00
    12412124124124.11