1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-16 03:34:42 +02:00

use is_num

This commit is contained in:
Justin Lin
2019-06-11 08:26:47 +08:00
parent 658fe213d6
commit db6c77a523

View File

@@ -1 +1 @@
function __is_float(value) = value + 0 != undef;
function __is_float(value) = is_num(value);