public SqlNumber Cot() { if (State == NumericState.None) { return(new SqlNumber(BigMath.Cot(innerValue))); } return(this); }