morepretty

This commit is contained in:
Ryan Oldenburg 2020-03-10 14:55:06 -05:00
parent b9f9e6dc40
commit d5f452174b

View file

@ -1,4 +1,5 @@
import math, random, strutils
export math
proc clamp*(n, min, max: float32): float32 =