Module type Type.TYPE

type t

Bigarray OCaml type

type elt

Bigarray storage type

type kind = ( t, elt ) Stdlib.Bigarray.kind

Bigarray kind type

val name : string

Type name

val kind : kind

kind value *

val of_float : float -> t

Convert from float

val to_float : t -> float

Convert to float