moonbitlang / core

MoonBit's Core library
https://moonbitlang.com/
Apache License 2.0
634 stars 79 forks source link

add pow for numbers #1161

Open lijunchen opened 1 month ago

lijunchen commented 1 month ago

Int, Int64, Float, Double

Lampese commented 1 month ago

What about UInt, UInt64?

lijunchen commented 1 month ago

What about UInt, UInt64?

Sure! I just forgot.

Lampese commented 1 month ago

The API type like pow(n: Number(like Int,UInt), p: Double) -> Double is a great design?