mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
math: move the math.mathutil generic min/max/abs fns to math (#13042)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import math.mathutil as mu
|
||||
import math as mu
|
||||
|
||||
fn test_min() {
|
||||
assert mu.min(42, 13) == 13
|
||||
|
||||
Reference in New Issue
Block a user