| 255 | inline f32 JMASinRadian(f32 x) { return JMath::sincosTable_.sinRadian(x); } |
| 256 | |
| 257 | inline f32 JMACosShort(s16 v) { return JMath::sincosTable_.cosShort(v); } |
| 258 | inline f32 JMASinShort(s16 v) { return JMath::sincosTable_.sinShort(v); } |
| 259 | |
| 260 | inline f32 JMASCos(s16 v) { return JMACosShort(v); } |
no test coverage detected