(kernel, argumentTypes)
| 141 | } |
| 142 | |
| 143 | static getSignature(kernel, argumentTypes) { |
| 144 | return kernel.getVariablePrecisionString() + (argumentTypes.length > 0 ? ':' + argumentTypes.join(',') : ''); |
| 145 | } |
| 146 | |
| 147 | /** |
| 148 | * @desc Fix division by factor of 3 FP accuracy bug |
nothing calls this directly
no test coverage detected