package lacaml

  1. Overview
  2. Docs
type num_type = float
type rvec = vec
type trans3 = [
  1. | `N
  2. | `T
]
val zero : float
val one : float
val add : float -> float -> float
val int_of_float64 : float -> int
module Types : sig ... end