log base b
2
Math Utility
Calculate logarithms using a custom base and compare them against natural log and common log output in the same view.
log base b
2
Natural log (ln)
4.60517019
Common log (log10)
2
The input value must be positive. For a custom base, the base must also be positive and cannot equal 1.
ln means the natural logarithm with base e, while log10 means the common logarithm with base 10.
It uses the change-of-base formula: log_b(x) = ln(x) / ln(b).
Calculate Body Mass Index (BMI) and find your ideal weight range using metric or imperial units.
Calculate exact age in years, months, days, weeks, and total days from a birth date to any target date.
Calculate gratuity, full bill total, and the per-person share from a bill amount and tip percentage.
Generate a robots.txt file with user-agent rules, sitemap reference, and optional crawl-delay.
Generate a basic sitemap.xml file from a site URL and a list of paths or full URLs.
Decode JWT header and payload segments locally in the browser for debugging and inspection.