Wyvern.Type.Float (wyvern v1.0.3)

Copy Markdown

Summary

Types

t()

@type t() :: %Wyvern.Type.Float{variant: variant()}

variant()

@type variant() ::
  :half | :bfloat | :float | :double | :x86_fp80 | :fp128 | :ppc_fp128

Functions

new(variant)

@spec new(variant()) :: t()