revert changes

This commit is contained in:
Andrey Zgarbul 2018-07-14 09:17:41 +03:00
parent ead2d02710
commit d03ec1472b

View file

@ -1,5 +1,5 @@
use math::scalbn;
use math::floor;
use super::scalbn;
use super::floor;
// initial value for jk
const INIT_JK : [usize; 4] = [3,4,4,6];