// TODO U64 public static DoubleNumericLiteral Single(this CommonFactory factory, Single?s) { return(factory.Double(s)); }