Skip to content

Commit a13d690

Browse files
author
Unknown
committed
Corrected type of function from double to float.
1 parent e39cc8e commit a13d690

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rss_ringoccs/diffrec/src/__math_function_resolution_inverse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "__math_functions.h"
22

3-
double Resolution_Inverse_Float(float x){
3+
float Resolution_Inverse_Float(float x){
44
float P1, P2;
55
if (x <= 1.0){
66
return nanf("0");

0 commit comments

Comments
 (0)