private-msgid: Pine.GSO.3.95q.
970310143125.22489V-100000@kelly.teleport.com
All of the following functions would be inlined.
- sub PI () { 3.14159 }
+ sub pi () { 3.14159 } # Not exact, but close.
+ sub PI () { 4 * atan2 1, 1 } # As good as it gets,
+ # and it's inlined, too!
sub ST_DEV () { 0 }
sub ST_INO () { 1 }