Opened 4 years ago

Closed 4 years ago

#1212 closed defect (fixed)

Rounding in Eq 326

Reported by: bheng Owned by:
Priority: minor Milestone:
Component: spec Version: VVC D10 vD
Keywords: Cc: ksuehring, bbross, XiangLi, fbossen, jvet@…

Description

The Round( ) function used in Eq 326 does not appear to be defined in Section 5.8 or anywhere else.

I don't think there are any tricky 0.5 cases in that invAngle table, but better to officially define what Round( ) is intended to mean here.

Change history (3)

comment:1 Changed 4 years ago by fbossen

Round() was defined in S2001-v9:

Round( x ) = Sign( x ) * Floor( Abs( x ) + 0.5 )

Someone must have recently been hitting the delete key a bit too happily...

comment:2 Changed 4 years ago by yk

My fault. Some unused functions got removed recently. For this one, I searched "Round(", but unfortunately that did not capture it. Need to double check whether any function definition also got removed like this.

comment:3 Changed 4 years ago by yk

  • Resolution set to fixed
  • Status changed from new to closed

Thanks! Will be fixed in S2001-vE.

Note: See TracTickets for help on using tickets.