Gcode.Model.Expr.Float (gcode v1.0.1)
Represents a floating-point number expression in G-code.
Summary
Types
@type t() :: %Gcode.Model.Expr.Float{f: float()}
Functions
Link to this function
init(value)
@spec init(float()) :: Gcode.Result.t(t())
Initialise a Float
from a floating-point value.