module a18243;

import std.math : isNaN;

public bool isNaN() { return false; }
