Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    say int(round(8.95 * 100));
    
    __END__
    
  2. or download this
    karl@rantanplan:~/src/cpp/acme$ ./meditation.pl
    895
    ...
    895
    894
    895
    
  3. or download this
    #include <iomanip>
    #include <iostream>
    ...
      cout << "Supernatural!\n";
      return 1;
    }
    
  4. or download this
    karl@rantanplan:~/src/cpp/acme$ clang++-18 -std=c++23 meditation.cpp -
    +o meditation       
    karl@rantanplan:~/src/cpp/acme$ ./meditation
    ...
    895 - round
    895 - precision 6
    Supernatural!