LabTalk function normcdf() returns missing if the first input data is missing


Version: 2026b

Type: Bug Fixes

Category: Programming

Subcategory: LabTalk

Jira: ORG-33232


newbook;
col(A) = uniform(20);
col(A)[1] = 0/0;
col(B) = normcdf(col(A));

==> Result is all missing.

Issues existed since Origin 2026 and are fixed in Origin2026b.