Skip to content

Commit 00823d3

Browse files
authored
Update sc_fixed_math.cc
Refactoring
1 parent 9bd540d commit 00823d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/sc_fixed/sc_fixed_math.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* sc_fixed_val_math implementation
2+
* sc_fixed_math implementation
33
*
44
* Copyright (C) Tom Fleischmann, Jonas Wiesner, Yannik Winzer
55
*
@@ -9,7 +9,7 @@
99

1010
/**
1111
* @file
12-
* @brief Implementation of mathematical functions with SystemC fixpoint numbers
12+
* @brief Implementation of mathematical functions with SystemC fixpoint numbers (fixed_val's)
1313
* @author Tom Fleischmann, Jonas Wiesner, Yannik Winzer. Institute of Computer Science, University of Wuerzburg, Germany.
1414
*/
1515

0 commit comments

Comments
 (0)