Sindbad~EG File Manager

Current Path : /usr/tests/usr.bin/gh-bc/tests/bc/scripts/
Upload File :
Current File : //usr/tests/usr.bin/gh-bc/tests/bc/scripts/screen.bc

#! /usr/bin/bc -q

define a(i, j) {
	scale = 0
	if(i % 2 == 0) return i;
	if(j - i >= 0.5) return i + 1;
	return i - 1;
}

define x(w, h, n) {
	scale = 20
	f = w / n
	scale = 0
	i = h / f
	scale = 1
	j = h / f
	return a(i, j);
}

x(720, 576, 600)

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists