| 145 | func (f *Float64) typ() super.Type { return super.TypeFloat64 } |
| 146 | |
| 147 | type Int64 struct { |
| 148 | state int64 |
| 149 | function anymath.Int64 |
| 150 | } |
| 151 | |
| 152 | func NewInt64(f *anymath.Function, val super.Value) *Int64 { |
| 153 | state := f.Init.Int64 |
nothing calls this directly
no outgoing calls
no test coverage detected