fork download
  1. funcs = [(+), (-), (*), (/)]
  2. main = print $ map (($pi) . ($100500.0)) funcs
  3.  
Success #stdin #stdout 0.01s 3632KB
stdin
Standard input is empty
stdout
[100503.14159265358,100496.85840734642,315730.0616857742,31990.143561470963]