﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
148	ClipH function issue	bbross		"There is a problem in the ClipH function (5-9) in the case x < 0.
Since the modulo operator is only defined for non-negative numerator (as per definition in Sec. 5.2), the operation ""x % o"" is undefined when x < 0.
This is why we had a more complicated way of expressing this in our original proposal (L0231).
There are two solutions:
1) Extend the definition of the % operator for negative numerator
2) Use the original formula in L0231, i.e., ( o - ( ( -x ) % o ) ) % o
Thanks Philippe for spotting this."	defect	closed	minor	VVC D4 v1	spec	VVC D5 v6	fixed		ksuehring bbross XiangLi fbossen jvet@…
