Exponentiation operator: Difference between revisions

Content deleted Content added
Toucan (talk | contribs)
Toucan (talk | contribs)
m →‎{{header|OCaml}}: slightly simpler (to write and to prove !)
Line 666:
 
(* more unusual use *)
Array.init 200 (fun n -> (1 - pow 1 ( - ) 10 (n+n))/2);;
 
(*