mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-18 15:01:24 +00:00
@@ -958,7 +958,7 @@ proc sgn*[T: SomeNumber](x: T): int {.inline.} =
|
||||
{.pop.}
|
||||
{.pop.}
|
||||
|
||||
proc `^`*[T](x: T, y: Natural): T =
|
||||
proc `^`*[T: SomeNumber](x: T, y: Natural): T =
|
||||
## Computes ``x`` to the power ``y``.
|
||||
##
|
||||
## Exponent ``y`` must be non-negative, use
|
||||
|
||||
Reference in New Issue
Block a user