Skip to content

Commit

Permalink
Update Complex.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Zfinix committed Oct 2, 2020
1 parent 8661b21 commit 7dc5007
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/algo/FFT/Complex.dart
Expand Up @@ -5,8 +5,6 @@ import 'package:dart_numerics/dart_numerics.dart' as maths;
import 'package:extended_math/extended_math.dart' as math;

/// ****************************************************************************
/// Compilation: javac Complex.java
/// Execution: java Complex
///
/// Data type for complex numbers.
///
Expand Down Expand Up @@ -152,4 +150,4 @@ import 'package:extended_math/extended_math.dart' as math;
return hashValues(re, im);
}

}
}

0 comments on commit 7dc5007

Please sign in to comment.