Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fx_s2308
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
battle_C_5
fx_s2308
Commits
d471ee76
Commit
d471ee76
authored
4 years ago
by
Choi Jinyoung
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
de5ef352
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-3
5 additions, 3 deletions
README.md
with
5 additions
and
3 deletions
README.md
+
5
−
3
View file @
d471ee76
...
@@ -40,9 +40,9 @@
...
@@ -40,9 +40,9 @@
| Datatype | Name | Parameters | Description |
| Datatype | Name | Parameters | Description |
| -------- | ------- | ------------------- | -------------------------------------------- |
| -------- | ------- | ------------------- | -------------------------------------------- |
| fx_s2308 | fx_sine | fx_s2308 a | fx_s2308로 표현된 a의 sin값을 반환한다 |
| fx_s2308 | fx_
s2308_double_
sine | fx_s2308 a | fx_s2308로 표현된 a의 sin값을 반환한다 |
| fx_s2308 | fx_sqrt | fx_s2308 a | fx_s2308로 표현된 a의 값의 제곱근을 반환한다 |
| fx_s2308 | fx_
s2308_double_
sqrt | fx_s2308 a | fx_s2308로 표현된 a의 값의 제곱근을 반환한다 |
| fx_s2308 | fx_pow | fx_s2308 a,double n | fx_s2308로 표현된 a의 n제곱의 값을 반환한다. |
| fx_s2308 | fx_
s2308_double_
pow | fx_s2308 a,double n | fx_s2308로 표현된 a의 n제곱의 값을 반환한다. |
...
@@ -61,6 +61,8 @@
...
@@ -61,6 +61,8 @@
| FX_DIV(a,b) | fx_s2308 데이터 연산으로 a를 b로 나누기 위한 매크로 |
| FX_DIV(a,b) | fx_s2308 데이터 연산으로 a를 b로 나누기 위한 매크로 |
| PI | math_library의 M_PI의 값을 호출해서 고정소수점으로 변환하게 될때의 부하를 줄이기위해 설정한 매크로 상수 |
| PI | math_library의 M_PI의 값을 호출해서 고정소수점으로 변환하게 될때의 부하를 줄이기위해 설정한 매크로 상수 |
| FX_PI | PI값을 고정소수점으로 변환한 매크로 상수 |
| FX_PI | PI값을 고정소수점으로 변환한 매크로 상수 |
| FX_INV_PI | 1/PI값을 고정소수점으로 변환한 매크로 상수 |
## Makefile
## Makefile
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment