()
| 223 | override dispose() {} |
| 224 | |
| 225 | override floatPrecision(): 16|32 { |
| 226 | return 32; |
| 227 | } |
| 228 | |
| 229 | /** Returns the smallest representable number. */ |
| 230 | override epsilon(): number { |
nothing calls this directly
no outgoing calls
no test coverage detected