An open API service indexing awesome lists of open source software.

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

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.