pub fn sqrt_i32(input: i32) -> Result<i32>
Q31 square root using the CMSIS lookup-table + Newton iteration.