Page MenuHomeFeedback Tracker

Feature request: Expose `nan` value directly in EnforceScript
Assigned, NormalPublic

Description

There are cases where returning (and checking) for nan values would be useful.
Currently, you have to do something awkward like this to get a nan value:

vector v = "nan nan nan";
float v2 = v[0];

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Scripting

Event Timeline

lava76 created this task.Jan 10 2023, 8:51 PM
Geez changed the task status from New to Assigned.Jan 11 2023, 11:15 AM