본문 바로가기
개발/Flutter

math log 사용하기

by dev_caleb 2022. 8. 23.
728x90

flutter log 검색하면 동의어 로그에 대한 설명이 많이 나온다. 

 

math 로 로그를 표현하기 위해서 다음과 같이 설정해보았다.

log 는 식당에 포인트를 줄 때, 별점과 작성자 수를 조합하여 적절하게 ordering 하기 위해서 사용한다.

하부 log에 몇을 쓸 지는 좀 고민해봐야할 것 같다.

https://stackoverflow.com/questions/71550765/how-to-implement-log-base-2-in-flutter

 

How to implement Log base 2 in flutter?

How can I find Log2(x) in flutter? I didn't found the match function in flutter math package Note: Log base 2

stackoverflow.com

 

728x90