Skip to content
Commit 335ced19 authored by Hans Breuer's avatar Hans Breuer
Browse files

Bug 710818 - Overflow safe wrappers for acos/asin

acos() and asin() are only defined in a certain range. Implement some
range/overflow safe wrappers rather than potentially passing infinite
to other modules (e.g. cairo did assert() on it.)

(cherry picked from commit 846a7ff5)

Conflicts:
	lib/boundingbox.c
	lib/geometry.c
parent 5c9b4f84
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment