(t)
| 17544 | iw = Math.sqrt, |
| 17545 | ow = Math.tan; |
| 17546 | function aw(t) { |
| 17547 | return t > 1 ? 0 : t < -1 ? Pb : Math.acos(t); |
| 17548 | } |
| 17549 | function sw(t) { |
| 17550 | return t > 1 ? jb : t < -1 ? -jb : Math.asin(t); |
| 17551 | } |
no outgoing calls
no test coverage detected