From d5f452174bec5a559328204edff4af9c5b579220 Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Tue, 10 Mar 2020 14:55:06 -0500 Subject: [PATCH] morepretty --- src/vmath.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vmath.nim b/src/vmath.nim index c13db87..de811da 100644 --- a/src/vmath.nim +++ b/src/vmath.nim @@ -1,4 +1,5 @@ import math, random, strutils + export math proc clamp*(n, min, max: float32): float32 =