type Double …
var doubleWrapperType …
var floatWrapperType …
func (d Double) Add(other ref.Val) ref.Val { … }
func (d Double) Compare(other ref.Val) ref.Val { … }
func (d Double) ConvertToNative(typeDesc reflect.Type) (any, error) { … }
func (d Double) ConvertToType(typeVal ref.Type) ref.Val { … }
func (d Double) Divide(other ref.Val) ref.Val { … }
func (d Double) Equal(other ref.Val) ref.Val { … }
func (d Double) IsZeroValue() bool { … }
func (d Double) Multiply(other ref.Val) ref.Val { … }
func (d Double) Negate() ref.Val { … }
func (d Double) Subtract(subtrahend ref.Val) ref.Val { … }
func (d Double) Type() ref.Type { … }
func (d Double) Value() any { … }