1001Ferramentas

🧮Calculators

Calculators cover finance, health, math, physics, engineering and everyday life: interest and loans, net salary, BMI, rule of three, conversions and more. Results are informational and educational — for important decisions, confirm with a professional and official sources.

2826 tools

🥧

Recipe Yield & Scaler

Calculate how many servings a recipe yields and scale the ingredients up or down. Adapt any dish to the number of guests without messing up the amounts.

🧊

Tempo p/ Descongelar (Geladeira)

Estima tempo para descongelar carnes na geladeira: aprox. 24 h por 2 kg.

⏱️

Duração de Nota por BPM

Calcula a duração em ms de cada figura rítmica para um dado BPM.

🎵

Intervalo Musical (semitons)

Identifica o intervalo musical a partir do número de semitons entre duas notas.

🏋️

1RM Lombardi Calculator

Estimate your one-rep max (1RM) with the Lombardi formula from the weight lifted and reps performed. Plan training loads without attempting a true max.

❤️

FC Máxima Tanaka

FC máxima pela fórmula Tanaka: 208 − 0.7 × idade.

⚖️

Gordura YMCA Circ.

Calcula % gordura corporal por circunferência da cintura (homem) ou método YMCA simplificado.

💪

FFMI Calculator

Calculate your FFMI (fat-free mass index), which measures muscle mass relative to height. A useful alternative to BMI for people who lift weights.

🚀

Anos-luz → Tempo

Tempo (anos) para percorrer uma distância em anos-luz a uma % da velocidade da luz.

📐

BMI Calculator (Adults)

Calculate your BMI (Body Mass Index) from weight and height and see the WHO classification, from underweight to obese. Fast and no sign-up needed.

Espresso Extraction Time

Find the ideal extraction time for your espresso (around 25 to 30 seconds for 30 ml). Dial in your coffee and adjust the grind for a perfect shot.

🔢

Fatoração em Primos

Decompõe um inteiro em fatores primos (ex: 360 = 2³·3²·5).

MDC (Algoritmo de Euclides)

Calcula MDC (máximo divisor comum) de dois inteiros usando algoritmo de Euclides.

✖️

LCM Calculator (Two Numbers)

Calculate the least common multiple (LCM) of two integers. See the steps using the relation LCM = |a·b| / GCD. Handy for fractions and school problems.

🔁

Modular Inverse Calculator

Calculate the modular inverse a⁻¹ mod m with the extended Euclidean algorithm. The inverse exists when a and m are coprime. Key in cryptography and number theory.

Modular Exponentiation Calculator

Calculate modular exponentiation (b to the power e, modulo m) fast with the square-and-multiply method. Essential in RSA cryptography and number theory.

📐

Raízes Equação Quadrática

Resolve ax²+bx+c=0 mostrando discriminante e raízes (reais ou complexas).

Raízes Cúbica (Cardano)

Resolve x³+px+q=0 pela fórmula de Cardano (forma deprimida).

🔲

2x2 Matrix Determinant and Inverse

Calculate the determinant and inverse of a 2x2 matrix from its four entries. See the step-by-step and the exact result in fractions or decimals.

🧮

3x3 Matrix Determinant Calculator

Calculate the determinant of a 3x3 matrix using Sarrus' rule from its nine entries. See the worked-out calculation and the result instantly.

➡️

Produto Vetorial 3D (Cross)

Calcula a × b para dois vetores 3D — resultado é ortogonal aos dois.

📏

3D Dot Product Calculator

Calculate the dot product (scalar product) of two 3D vectors from their x, y and z coordinates. Useful in physics, computer graphics and vector geometry.

📐

3D Vector Magnitude Calculator

Calculate the magnitude (length or norm) of a 3D vector from its x, y and z coordinates. Useful in physics, engineering and computer graphics.

Soma de Números Complexos

Soma (a + bi) + (c + di) = (a+c) + (b+d)i.

✖️

Multiplicação de Complexos

Multiplica (a + bi) × (c + di) = (ac − bd) + (ad + bc)i.

📡

Módulo e Fase de Complexo

Para z = a + bi, calcula |z| = √(a²+b²) e arg(z) = atan2(b,a).

📈

Polinômio (Horner)

Avalia polinômio em x usando método de Horner. Coeficientes do maior para o menor grau separados por vírgula.

🔺

Pascal Triangle Row Calculator

Generate any row of Pascal triangle by entering the row number. See the binomial coefficients instantly — useful for combinatorics, algebra and math study.

🌀

Fibonacci N-ésimo

Retorna o n-ésimo termo da sequência de Fibonacci (F₀=0, F₁=1).

Large Factorial Calculator

Calculate the factorial of large numbers (n!) with arbitrary precision using BigInt, with no lost digits. Ideal for combinatorics and probability.

🎲

Binomial Coefficient C(n,k) Calculator

Calculate the binomial coefficient C(n,k): the number of ways to choose k items from n, with no overflow. Key in probability and combinatorics.

🔀

Permutations P(n,k) Calculator

Calculate permutations P(n,k), the number of ordered arrangements of k items chosen from n. Useful for probability, draws and combinatorics.

🎯

Combinations Calculator C(n,k)

Calculate combinations C(n,k): how many ways you can choose k items from a set of n, where order does not matter. The basis of combinatorics.

🔢

GCD of Multiple Numbers Calculator

Calculate the GCD (greatest common divisor) of a list of integers all at once. Enter the values separated by commas and see the result instantly.

🔐

Teste de Primalidade

Verifica se n é primo (trial division até √n) — adequado para n até ~10¹².

φ

Função φ de Euler (Totiente)

Calcula φ(n) = quantidade de inteiros em [1,n] coprimos com n. Usa fatoração.

✂️

Frações Parciais 1/(ax+b)(cx+d)

Decompõe 1/((ax+b)(cx+d)) = A/(ax+b) + B/(cx+d). Requer ad ≠ bc.

🧪

One-Sample t-Test Calculator

Calculate the t-statistic for a one-sample t-test from the mean, standard deviation and sample size. Compare your sample mean against a reference value.

📉

Chi-Square Goodness-of-Fit Calculator

Calculate the chi-square (χ²) goodness-of-fit statistic from observed and expected frequencies. Test whether your data follows the expected distribution.

🔗

Pearson Correlation Calculator

Calculate the Pearson correlation coefficient (r) between two data sets and measure the strength of the linear relationship, from -1 to +1.

📐

Regressão Linear y = ax + b

Ajusta reta y = ax + b por mínimos quadrados a partir de pares X, Y.

🔔

Normal CDF Φ(z) (aprox)

Aproxima Φ(z) (acumulada da N(0,1)) via erf de Abramowitz-Stegun.

🔔

Normal Distribution PDF Calculator

Calculate the probability density of the normal (Gaussian) distribution at a point, from the mean and standard deviation. Key in statistics and data science.

📊

Standard Error of the Mean Calculator

Calculate the standard error of the mean (SEM) from the standard deviation and sample size. A key metric in statistics, research and confidence intervals.

🎯

IC da Média (z, σ conhecido)

IC para μ com σ conhecido: x̄ ± z·σ/√n. Aceita 90%, 95%, 99%.

📉

p-valor Z (uma cauda)

Calcula p-valor unilateral a partir de estatística z (cauda à direita).

📊

Descriptive Statistics Calculator

Calculate descriptive statistics for a list of numbers: mean, median, mode, variance and standard deviation. Paste your data and see every result.

📦

Quartiles & IQR Calculator

Calculate the quartiles (Q1, Q2/median, Q3) and the interquartile range (IQR) of a list of numbers. Spot the spread and possible outliers in your data.

📏

MAD (Desvio Absoluto Mediano)

Calcula MAD = mediana(|xᵢ − mediana(x)|) — medida robusta de dispersão.

🎯

RMSE entre Listas

Calcula RMSE = √(Σ(yᵢ − ŷᵢ)² / n) entre duas listas de mesmo tamanho.

📐

Amplitude, Variância e Desvio

Calcula amplitude (max−min), variância amostral (s²) e desvio-padrão amostral (s).

📐

Geometric Mean Calculator

Calculate the geometric mean of a list of positive numbers, ideal for growth rates, returns and indexes. Enter the values and see the result instantly.

🎵

Harmonic Mean Calculator

Calculate the harmonic mean of a list of numbers, best suited for averaging rates, speeds and ratios. Enter the values and get the result instantly.

🏆

Rank Percentil de Valor

Calcula a posição percentual de x no conjunto: 100·(L + 0.5·E)/n.

🎲

Probabilidade Soma de Dados

P(soma = s) com N dados de 6 faces — via DP (convolução).

🪙

Probabilidade Sequência de Caras

P(pelo menos k caras seguidas em n lançamentos de moeda justa) — DP.

🎰

Lottery Odds (6/60)

Find out the real odds of winning a 6/60 lottery like the Brazilian Mega-Sena. See how unlikely the jackpot truly is, compared with everyday events.

♠️

Avaliador Mão Poker (5 cartas)

Classifica mão de 5 cartas (ex: "AS,KS,QS,JS,TS"). Naipes: S,H,D,C. Valores: 2-9,T,J,Q,K,A.

🎂

Paradoxo do Aniversário

P(pelo menos 2 pessoas com mesmo aniversário em grupo de n) — modelo 365 dias.

🧠

Teorema de Bayes

P(A|B) = P(B|A)·P(A) / [P(B|A)·P(A) + P(B|¬A)·P(¬A)].