import { fn } from "https://deno.land/x/ddc_vim@v4.1.0/deps.ts";
const { isnan } = fn;
Return TRUE
if {expr} is a float with value NaN.
echo isnan(0.0 / 0.0)
1
Can also be used as a method
:
Compute()->isnan()
Parameters
denops: Denops