Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some more functions to the math library #213

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
math: add the new functions to meson.build
Signed-off-by: Maurizio Lombardi <[email protected]>
maurizio-lombardi committed Jun 18, 2021
commit e1fc596c2780d92d26b2da4c649020dc1b195174
4 changes: 4 additions & 0 deletions uspace/lib/math/meson.build
Original file line number Diff line number Diff line change
@@ -43,6 +43,10 @@ src = files(
'generic/cos.c',
'generic/sincos.c',
'generic/trunc.c',
'generic/pow.c',
'generic/scalbn.c',
'generic/sqrt.c',
'generic/log.c',
)

test_src = files(