-
Notifications
You must be signed in to change notification settings - Fork 0
/
float32.go
9 lines (6 loc) · 2.65 KB
/
float32.go
1
2
3
4
5
6
7
8
9
// DO NOT EDIT! Use cmd to regenerate it.
package float8
//
// The code book for translating float8 to float32
//
var f8tof32 = [0x100]float32{0.000000,0.008789,0.009766,0.010742,0.011719,0.012695,0.013672,0.014648,0.015625,0.017578,0.019531,0.021484,0.023438,0.025391,0.027344,0.029297,0.031250,0.035156,0.039062,0.042969,0.046875,0.050781,0.054688,0.058594,0.062500,0.070312,0.078125,0.085938,0.093750,0.101562,0.109375,0.117188,0.125000,0.140625,0.156250,0.171875,0.187500,0.203125,0.218750,0.234375,0.250000,0.281250,0.312500,0.343750,0.375000,0.406250,0.437500,0.468750,0.500000,0.562500,0.625000,0.687500,0.750000,0.812500,0.875000,0.937500,1.000000,1.125000,1.250000,1.375000,1.500000,1.625000,1.750000,1.875000,2.000000,2.250000,2.500000,2.750000,3.000000,3.250000,3.500000,3.750000,4.000000,4.500000,5.000000,5.500000,6.000000,6.500000,7.000000,7.500000,8.000000,9.000000,10.000000,11.000000,12.000000,13.000000,14.000000,15.000000,16.000000,18.000000,20.000000,22.000000,24.000000,26.000000,28.000000,30.000000,32.000000,36.000000,40.000000,44.000000,48.000000,52.000000,56.000000,60.000000,64.000000,72.000000,80.000000,88.000000,96.000000,104.000000,112.000000,120.000000,128.000000,144.000000,160.000000,176.000000,192.000000,208.000000,224.000000,240.000000,256.000000,288.000000,320.000000,352.000000,384.000000,416.000000,448.000000,480.000000,-0.007812,-0.008789,-0.009766,-0.010742,-0.011719,-0.012695,-0.013672,-0.014648,-0.015625,-0.017578,-0.019531,-0.021484,-0.023438,-0.025391,-0.027344,-0.029297,-0.031250,-0.035156,-0.039062,-0.042969,-0.046875,-0.050781,-0.054688,-0.058594,-0.062500,-0.070312,-0.078125,-0.085938,-0.093750,-0.101562,-0.109375,-0.117188,-0.125000,-0.140625,-0.156250,-0.171875,-0.187500,-0.203125,-0.218750,-0.234375,-0.250000,-0.281250,-0.312500,-0.343750,-0.375000,-0.406250,-0.437500,-0.468750,-0.500000,-0.562500,-0.625000,-0.687500,-0.750000,-0.812500,-0.875000,-0.937500,-1.000000,-1.125000,-1.250000,-1.375000,-1.500000,-1.625000,-1.750000,-1.875000,-2.000000,-2.250000,-2.500000,-2.750000,-3.000000,-3.250000,-3.500000,-3.750000,-4.000000,-4.500000,-5.000000,-5.500000,-6.000000,-6.500000,-7.000000,-7.500000,-8.000000,-9.000000,-10.000000,-11.000000,-12.000000,-13.000000,-14.000000,-15.000000,-16.000000,-18.000000,-20.000000,-22.000000,-24.000000,-26.000000,-28.000000,-30.000000,-32.000000,-36.000000,-40.000000,-44.000000,-48.000000,-52.000000,-56.000000,-60.000000,-64.000000,-72.000000,-80.000000,-88.000000,-96.000000,-104.000000,-112.000000,-120.000000,-128.000000,-144.000000,-160.000000,-176.000000,-192.000000,-208.000000,-224.000000,-240.000000,-256.000000,-288.000000,-320.000000,-352.000000,-384.000000,-416.000000,-448.000000,-480.000000}