mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 23:10:40 +00:00
1c344da29f
Recalculate EV on ND change `PhotographyValue` -> `PhotographyStopValue`
3 lines
60 B
Dart
3 lines
60 B
Dart
import 'dart:math';
|
|
|
|
double log2(num x) => log(x) / log(2);
|