commit
2a22a823ac
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
import math, random, strutils
|
import math, random, strutils
|
||||||
|
|
||||||
export math
|
export math
|
||||||
|
|
||||||
proc clamp*(n, min, max: float32): float32 =
|
proc clamp*(n, min, max: float32): float32 =
|
||||||
|
|
Loading…
Reference in a new issue