4 lines
66 B
Text
4 lines
66 B
Text
|
|
||
|
(* output : y = x^n *)
|
||
|
val fun power(x:float; n:int) = (y:float)
|