public static SqlExpression MathAtan( [Type(typeof(double))] SqlExpression d) { return(SqlDml.Atan(d)); }