You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ A small math function collection based on the Taylor expansion series.
5
5
- Download the source files from the `master`-tree
6
6
- To build the project, you need to have `g++` and `make` installed
7
7
- And you need to run `export CC=g++`
8
-
- If everything is ready, run `make all` and ...
9
-
- ... your `libtmath.a` library file is ready in the `build` folder
8
+
- If everything is ready, run `make` and ...
9
+
- ... your `libtmath.a` library file is ready in the `lib` folder
10
10
11
11
## How to use
12
12
Just build it as described above, include the header files and link the library. The library uses the types `TMath::DOUBLE`(`long double`) and `TMath::LONG`(`long long`) for parameters and return values.
0 commit comments