Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoGranstrom authored Jul 21, 2020
1 parent 911e393 commit ba00dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pure/math.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba00dba

Please sign in to comment.