Gcode.Model.Expr.Float (gcode v1.0.0)

Represents a floating-point number expression in G-code.

Link to this section Summary

Functions

Initialise a Float from a floating-point value.

Link to this section Types

@type t() :: %Gcode.Model.Expr.Float{f: float()}

Link to this section Functions

@spec init(float()) :: Gcode.Result.t(t())

Initialise a Float from a floating-point value.