Merge pull request #5 from guzba/master

Updated morepretty
This commit is contained in:
treeform 2020-03-10 13:01:19 -07:00 committed by GitHub
commit 2a22a823ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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