go-hep.org/x/hep@v0.38.1/groot/root/datatypes.go (about) 1 // Copyright ©2018 The go-hep Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 package root // import "go-hep.org/x/hep/groot/root" 6 7 // Float16 is a float32 in memory, written with a truncated mantissa. 8 type Float16 float32 9 10 // Double32 is a float64 in memory, written as a float32 to disk. 11 type Double32 float64