This website requires JavaScript.
Explore
Help
Sign In
KazukyAkayashi
/
m3_lightmeter
Watch
1
Star
0
Fork
You've already forked m3_lightmeter
0
mirror of
https://github.com/vodemn/m3_lightmeter.git
synced
2024-11-22 15:30:59 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
8b74c4e1a4
m3_lightmeter
/
lib
/
utils
/
log_2.dart
4 lines
60 B
Dart
Raw
Normal View
History
Unescape
Escape
Recalculate EV on Iso change
2022-12-04 19:00:43 +00:00
import
'
dart:math
'
;
Recalculate EV on ND change Recalculate EV on ND change `PhotographyValue` -> `PhotographyStopValue`
2022-12-04 19:12:52 +00:00
double
log2
(
num
x
)
=
>
log
(
x
)
/
log
(
2
)
;
Reference in a new issue
Copy permalink