Skip to content
Snippets Groups Projects
Commit f70e80f9 authored by Hanjungwoo's avatar Hanjungwoo
Browse files

Update README.md

parent e37a1776
No related branches found
No related tags found
No related merge requests found
...@@ -116,3 +116,15 @@ ...@@ -116,3 +116,15 @@
((((fa)<<24)/(fb))<<8) ((((fa)<<24)/(fb))<<8)
~~~ ~~~
- same as above, it has the same fuction as (fa<<32)/fb. First, fa is multiplied by 2^24, divided by fb, and then the remaining 2^8 is multiplied. - same as above, it has the same fuction as (fa<<32)/fb. First, fa is multiplied by 2^24, divided by fb, and then the remaining 2^8 is multiplied.
# Dynamic Test(fx_s3132)
## Code Coverage
- One of the indicators of how much testing is sufficient when discussing software testing.
## Project Coverage (60% -> 100%)
### Before
![testing_1](/uploads/ac075d788d0a21c645d79186b740ce50/testing_1.png)
### After
![testing_2](/uploads/8ab528e5a6d20abf870395b9ff0d73a2/testing_2.png)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment