Is stm32 micro-controls are capable to calculate Natural Logarithm ?
I am using Thermistor (NTC Type ) as temperature sensor .
So to calculate the temperature from adc value of STM32 I am using this formula(taken from this site :- https://www.jameco.com/jameco/workshop/techtip/temperature-measurement-ntc-thermistors.html)
1/T = 1/T0 + 1/B * ln( ( adcMax / adcVal ) – 1 )
where :-
T0= 298.15 K
B=3345.80 K
I am using Board 6-Bit adc .
So I want ask that can I use above formula in my program, because I am confuse that controller can calculate "ln (Natural Logarithm) ".
