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:
@@ -1 +1 @@
|
||||
function __is_float(value) = value + 0 != undef;
|
||||
function __is_float(value) = is_num(value);
|
Reference in New Issue
Block a user