mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00
5 lines
163 B
Text
5 lines
163 B
Text
to_double(3.14) = 3.14 (SUCCESS)
|
|
to_double(-3.14) = -3.14 (SUCCESS)
|
|
to_double(0) = 0.0 (SUCCESS)
|
|
to_double(NotADouble) = 0.0 (SUCCESS)
|
|
to_double() = 0.0 (SUCCESS)
|