RosettaCodeData/Task/Exponentiation-operator/Standard-ML/exponentiation-operator-2.ml
2023-07-01 13:44:08 -04:00

4 lines
63 B
OCaml

- 2 ** 3;
val it = 8 : int
- 2.4 *** 3;
val it = 13.824 : real