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