diff options
| author | flatmush <flatmush@d3e1167c-abe1-51d5-8199-f9061ebe54e4> | 2011-02-25 12:08:03 +0000 |
|---|---|---|
| committer | flatmush <flatmush@d3e1167c-abe1-51d5-8199-f9061ebe54e4> | 2011-02-25 12:08:03 +0000 |
| commit | 8cbe9b3f9ba031773aea33e41ba1b7e77802beba (patch) | |
| tree | f57780d70e9264f9cf13e9dd46a78ac8645a5c41 /fixtest/fixtest.layout | |
| parent | 7c2852e7f647ffad35eeda527d4c9d6bff96f226 (diff) | |
| download | libfixmath-8cbe9b3f9ba031773aea33e41ba1b7e77802beba.tar.gz | |
Added fix16_exp currently using the Taylor Series algorithm off Wikipedia, if anyone can optimize this better then go ahead.
Modified fixtest to be a little more generic, can now easily change which function it tests.
Diffstat (limited to 'fixtest/fixtest.layout')
| -rw-r--r-- | fixtest/fixtest.layout | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fixtest/fixtest.layout b/fixtest/fixtest.layout index 6606349..36f21e7 100644 --- a/fixtest/fixtest.layout +++ b/fixtest/fixtest.layout @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <CodeBlocks_layout_file> - <ActiveTarget name="dbg" /> - <File name="hiclock.c" open="1" top="0" tabpos="3"> + <ActiveTarget name="rel" /> + <File name="hiclock.c" open="1" top="0" tabpos="6"> <Cursor position="520" topLine="0" /> </File> - <File name="hiclock.h" open="1" top="0" tabpos="2"> + <File name="hiclock.h" open="1" top="0" tabpos="5"> <Cursor position="578" topLine="0" /> </File> - <File name="main.c" open="1" top="1" tabpos="1"> - <Cursor position="139" topLine="30" /> + <File name="main.c" open="1" top="1" tabpos="4"> + <Cursor position="392" topLine="36" /> </File> </CodeBlocks_layout_file> |
