இலக்கண கணிப்பான்
எந்த அடிப்படையிலும் எண்களின் லோகரிதம், கூடுதலாக இயல்பான லோகரிதம் கணக்கிடப்படுகிறது.
நீங்கள் தட்டச்சு செய்யும் போது முடிவுகள் புதுப்பிக்கப்படும்.
கணிப்பொறி பற்றி
you havealog of 1000, you can use the natural log of 1000 to calculate the base of 1000. The natural log of 1000 is about 6.908. The input must be positive, and the base must be positive and not equal to 1, since logs are undefined outside those limits. The natural log of the same number, ln(1000), is about 6.908. The input must be negative, and the base must be negative and not equal to 1.Logarithms answer the question "what power do I raise the base to, to get this number?" This calculator calculates the log in any base you choose (default base 10) and also always shows the natural log (base e) and the common log (base 10).Logarithms are the inverse of exponentiation, undoing its exponent.Logarithms are the inverse of exponentiation, undoing its exponent.Logarithms are the inverse of exponentiation, undoing its exponent.Logarithms are the inverse of exponentiation, undoing its exponent.Logarithms are the inverse of exponentiation, undoing its exponent.Logarithms are the inverse of exponentiation, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undoing its exponent, undo
அடிக்கடி கேட்கப்படும் கேள்விகள்
இலக்கண எண் என்ன?
இது பகுத்தறிவின் எதிர்மறை. log₁₀(1000) =3ஏனெனில் 10³ = 1000. ஒரு எண்ணை அடைய வேண்டிய பகுத்தறிவு எவ்வளவு என்று பகுத்தறிவு கூறுகிறது.
அடிப்படை மாற்று வாய்ப்பாட்டு என்ன?
எந்தவொரு அடிப்படையிலும் ஒரு லாக் எண்ணை கண்டுபிடிக்க, ln அல்லது log₁₀ மட்டுமே கொண்ட கணிப்பொறியில், log_b(x) = ln(x) / ln(b) என்பதைப் பயன்படுத்தவும்.
இயற்கையான லாக் என்ன?
இயற்கையான லாக், ln என எழுதப்படுகிறது, அடிப்படை e (சுமார் 2. 71828) ல் லாக்கரிதம். இந்த கருவி நீங்கள் தேர்ந்தெடுத்த அடிப்படையிலான ln ஐ காட்டுகிறது.
பொதுவான பதிவு என்ன?
பொதுவான லோகரிதம் அடிப்படை 10ல் உள்ள லோகரிதம், எழுதப்பட்ட லோகரிதம் அல்லது லோகரிதம்10. நீங்கள் தேர்ந்தெடுத்த அடிப்படை எதுவாக இருந்தாலும் அது தானாகவே காட்டப்படும்.
எண் ஏன் நேர் எண்ணாக இருக்க வேண்டும்?
நீங்கள் எந்த உண்மையான வலிமையையும் பெறுவதற்கு நேர் அடிப்படையை உயர்த்த முடியாது மற்றும் சுழல் அல்லது எதிர் எண் பெற முடியாது, எனவே சுழல் அல்லது எதிர் லாக்ஸ் வரையறுக்கப்படவில்லை.
ஏன் அடிப்படை 1 ஆக இருக்க முடியாது?
எந்த வல்லமைக்கும் உயர்த்தப்பட்ட ஒன்று எப்போதும் 1 ஆகும், எனவே 1 இன் அடிப்படை எப்போதும் மற்ற எண்களை அடைய முடியாது - லோகரிதம் வரையறுக்கப்படவில்லை. அடிப்படை நேர்மையாக இருக்க வேண்டும்.
API — குறியீட்டிலிருந்து இந்த கணிப்பொறியை பயன்படுத்து
இந்த கணிப்பொறியை ஒரு இலவச JSON முடிவு புள்ளியாக அழைக்கவும் - எந்த விசையும் தேவையில்லை. கீழே உள்ள புல மதிப்புகளை கேள்வி அளவுருக்கள் அல்லது JSON ஆக அனுப்பவும். முழு API ஆவணத்தை படிக்கவும் →
முடிவுப் புள்ளி
GET https://calculator.free/api/v1/logarithm/
curl
curl "https://calculator.free/api/v1/logarithm/?number=1000&base=10"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/logarithm/?" + new URLSearchParams({
"number": "1000",
"base": "10"
}));
const data = await r.json();
console.log(data.results);
முடிவுகள் பொதுவான வழிகாட்டுதல் மட்டுமே மதிப்பீடுகள், நிதி, மருத்துவம் அல்லது வரி ஆலோசனை இல்லை.