Warning: session_start(): open(/var/lib/php/sessions/sess_hkd365uhqhjfu92cm6htpmt4j5, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
svoid test_g22_squareness() {
testFunctionValues(r -> g22_squareness((Rect) r),
rect(0, 0, 10, 20), 0.5,
rect(0, 0, 10, 10), 1.0,
rect(0, 0, 20, 10), 0.5,
rect(0, 0, 20, 15), 0.75);
}