KLVA1217 / CORDIC_Algorithim_Imp_KLVA

Graduate Project: CORDIC Algorithim Implementation
0 stars 0 forks source link

Parameterize x, y, z inputs so that user can input the whole bits and decimal bits. #15

Closed KLVA1217 closed 1 year ago

KLVA1217 commented 1 year ago

Is currently implemented. But while whole numbers can be in binary decimal literals, the decimal parts cannot be as 1 to represent 2^(-1) doesn't equal to 1000 but rather 0001.