lib: reorganize file structure

This commit is contained in:
2025-08-04 21:38:39 +02:00
parent c83821fa38
commit f07f9f8585
9 changed files with 14 additions and 21 deletions

View File

@@ -8,7 +8,7 @@ import 'dart:math' show sqrt, sin, cos, acos, log, pi;
import 'package:bisection/extension.dart';
import '../common/point.dart';
import '../point.dart';
num radians(num n) => n * pi / 180;
num degrees(num n) => n * 180 / pi;