Browse Source

add files for logarithmus

master
fdai7848 11 months ago
parent
commit
f3024b4387
  1. 4
      src/logarithmus.c
  2. 4
      src/logarithmus.h
  3. 15
      test/test_logarithmus.c

4
src/logarithmus.c

@ -0,0 +1,4 @@
#include <stdio.h>
#include <limits.h>
#include "logarithmus.h"

4
src/logarithmus.h

@ -0,0 +1,4 @@
#ifndef LOGARITHMUS_H_H
#define LOGARITHMUS_H
#endif // exponent.h

15
test/test_logarithmus.c

@ -0,0 +1,15 @@
#ifdef TEST
#include "unity.h"
#include "logarithmus.h"
void setUp(void)
{
}
void tearDown(void)
{
}
#endif // TEST
Loading…
Cancel
Save