function bcmul(a, b, c) {
    "undefined" == typeof c && (c = libbcmath.scale);
    c = 0 > c ? 0 : c;
    libbcmath.bc_init_num();
    libbcmath.bc_init_num();