Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Version 2.02.00
  • Loading branch information
AgnerF authored Jul 26, 2022
1 parent c6efbf4 commit d001236
Show file tree
Hide file tree
Showing 4 changed files with 573 additions and 396 deletions.
4 changes: 2 additions & 2 deletions vectormath_exp.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
******************************************************************************/

#ifndef VECTORMATH_EXP_H
#define VECTORMATH_EXP_H 2
#define VECTORMATH_EXP_H 202

#include "vectormath_common.h"

Expand Down Expand Up @@ -1547,7 +1547,7 @@ static inline VTYPE pow_template_d(VTYPE const x0, VTYPE const y) {
// data vectors
VTYPE x, x1, x2; // x variable
VTYPE px, qx, ef, yr, v; // calculation of logarithm
VTYPE lg, lg1, lg2;
VTYPE lg, lg1;
VTYPE lgerr, x2err;
VTYPE e1, e2, ee;
VTYPE e3, z, z1; // calculation of exp and pow
Expand Down
2 changes: 1 addition & 1 deletion vectormath_hyp.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
******************************************************************************/

#ifndef VECTORMATH_HYP_H
#define VECTORMATH_HYP_H 2
#define VECTORMATH_HYP_H 202

#include "vectormath_exp.h"

Expand Down
Loading

0 comments on commit d001236

Please sign in to comment.