RosettaCodeData/Task/Exponentiation-operator/Standard-ML/exponentiation-operator-2.ml

5 lines
63 B
OCaml
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
- 2 ** 3;
val it = 8 : int
- 2.4 *** 3;
val it = 13.824 : real