pub fn sqrt_i16(input: i16) -> Result<i16>
Q15 square root using the CMSIS lookup-table + Newton iteration.