Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mult128bitPow10 (0.14 sec)

  1. src/strconv/ftoaryu.go

    		dl, dc, du = uint64(dl32), uint64(dc32), uint64(du32)
    	} else {
    		dl, _, dl0 = mult128bitPow10(ml, e2, q)
    		dc, _, dc0 = mult128bitPow10(mc, e2, q)
    		du, e2, du0 = mult128bitPow10(mu, e2, q)
    	}
    	if e2 >= 0 {
    		panic("not enough significant bits after mult128bitPow10")
    	}
    	// Is it an exact computation?
    	if q > 55 {
    		// Large positive powers of ten are not exact
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 09 00:28:56 UTC 2022
    - 15.7K bytes
    - Viewed (0)
Back to top