tan_bounds_0_pi2 : LEMMA
0 <= a AND a < pi/2 AND cos_lb(a,n) > 0 IMPLIES
tan_lb_ub(a,n) <= tan(a) AND
tan(a) <= tan_ub_lb(a,n)
tan_bounds_npi2_0 : LEMMA
-pi/2 < a AND a <= 0 AND cos_lb(a,n) > 0 IMPLIES
tan_lb_lb(a,n) <= tan(a) AND
tan(a) <= tan_ub_ub(a,n)
tan_bounds_pi2_pi : LEMMA
pi/2 < a AND a <= pi AND cos_ub(a,n) < 0 IMPLIES
tan_ub_ub(a,n) <= tan(a) AND
tan(a) <= tan_lb_lb(a,n)
tan_bounds_npi_npi2 : LEMMA
-pi <= a AND a < -pi/2 AND cos_ub(a,n) < 0 IMPLIES
tan_ub_lb(a,n) <= tan(a) AND
tan(a) <= tan_lb_ub(a,n)
END tan_approx
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.14Bemerkung:
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.