https://github.com/zeionara/fpubasics
There is a project, which demonstrates base functional of FPU
https://github.com/zeionara/fpubasics
accuracy assembler fpu taylor-series
Last synced: 4 days ago
JSON representation
There is a project, which demonstrates base functional of FPU
- Host: GitHub
- URL: https://github.com/zeionara/fpubasics
- Owner: zeionara
- Created: 2016-10-31T14:45:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-02T16:08:58.000Z (over 9 years ago)
- Last Synced: 2025-02-21T23:16:00.148Z (over 1 year ago)
- Topics: accuracy, assembler, fpu, taylor-series
- Language: Assembly
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fpubasics
There is a project, which demonstrates base functional of FPU. It gets from the user begin x, end x, step and accuracy and counts exp(-x) for the each point in grid with required accuracy by Taylor serias expansion.