Get Listed

100 Services from numormo.vercel.app

numormo.vercel.appNumora Net Present Value (NPV) Calculatorx402

Computes the net present value of a series of cash flows discounted at a given rate

$0.1/message
numormo.vercel.appNumora — Linear System Solver APIx402

Solves a system of linear equations given a coefficient matrix A and constant vector b, returning the solution vector

$0.1/message
numormo.vercel.appNumora Hessian Matrix Calculatorx402

Computes the Hessian matrix (matrix of second-order partial derivatives) of a multivariable function at a specified point

$0.1/message
numormo.vercel.appNumora Matrix Transpose APIx402

Computes the transpose of a 2D matrix, flipping rows and columns, with no external dependencies.

$0.1/message
numormo.vercel.appNumora Matrix Norm APIx402

Computes the Frobenius, 1-norm, or infinity norm of a given matrix

$0.1/message
numormo.vercel.appNumora Retirement Savings Projectionx402

Computes projected retirement savings balance given current savings, periodic contributions, annual interest rate, and investment horizon

$0.1/message
numormo.vercel.appNumora CAGR Calculatorx402

Computes the Compound Annual Growth Rate (CAGR) given a beginning value, ending value, and number of years

$0.1/message
numormo.vercel.appNumora Bond Yield Calculatorx402

Computes the yield to maturity (YTM) of a bond given face value, market price, coupon payment, and number of periods

$0.1/message
numormo.vercel.appNumora Matrix Inversex402

Computes the inverse of a square matrix using pure math with no external dependencies

$0.1/message
numormo.vercel.appNumora Sequence Generation APIx402

Generates mathematical sequences of specified length using a user-defined recurrence rule and optional initial conditions

$0.02/message
numormo.vercel.appNumora Prime Number Generation APIx402

Generates a list of the first N prime numbers using pure server-side math computation

$0.02/message
numormo.vercel.appNumora Moving Average Calculatorx402

Computes simple (SMA), exponential (EMA), or weighted (WMA) moving averages over a numeric data array with a specified window size

$0.1/message
numormo.vercel.appNumora Nonlinear Equation Solverx402

Numerically solves a nonlinear equation f(x)=0 given a function expression and an initial guess, returning the root.

$0.1/message
numormo.vercel.appNumora Collatz Sequence Computationx402

Computes the Collatz sequence (3n+1 conjecture) for a given integer, returning the full sequence and related statistics

$0.1/message
numormo.vercel.appNumora Matrix QR Decomposition APIx402

Computes the QR decomposition of a given matrix, returning orthogonal (Q) and upper triangular (R) factor matrices.

$0.1/message
numormo.vercel.appNumora Matrix Condition Numberx402

Computes the condition number of a matrix, measuring how sensitive the matrix is to numerical errors in linear systems.

$0.1/message
numormo.vercel.appNumora Annuity Present/Future Value Calculatorx402

Computes the present or future value of an annuity (ordinary or annuity-due) given a periodic payment amount, interest rate, and number of periods.

$0.1/message
numormo.vercel.appNumora Tax Computation APIx402

Computes progressive income tax liability given an income value and a set of tax brackets

$0.1/message
numormo.vercel.appNumora Matrix Determinantx402

Computes the determinant of a square matrix supplied as a 2D array

$0.1/message
numormo.vercel.appNumora Statistics T-Test Endpointx402

Performs a two-sample t-test on two numeric arrays and returns the t-statistic, p-value, and related statistical results

$0.1/message
numormo.vercel.appNumora Break-Even Analysisx402

Calculates the break-even point in units and revenue given fixed costs, variable cost per unit, and price per unit

$0.1/message
numormo.vercel.appNumora Statistics Sampling APIx402

Performs statistical sampling on a dataset using simple random, systematic, or bootstrap sampling methods

$0.1/message
numormo.vercel.appNumora Matrix Null Spacex402

Computes the null space (kernel) of a matrix — the set of all vectors x such that Ax = 0

$0.1/message
numormo.vercel.appNumora Depreciation Calculatorx402

Computes asset depreciation schedules using straight-line, declining balance, or sum-of-years-digits methods given cost, useful life, and salvage value

$0.1/message
numormo.vercel.appNumora Payback Period Calculatorx402

Computes the payback period for an investment given a series of cash flows, returning how long it takes to recover the initial investment.

$0.1/message
numormo.vercel.appNumora Financial Options Pricing APIx402

Computes Black-Scholes option pricing (price, Greeks, and related metrics) for call or put options given spot price, strike, volatility, time to expiry, and risk-free rate

$0.1/message
numormo.vercel.appNumora Catalan Number Generatorx402

Computes the nth Catalan number given an integer index n

$0.02/message
numormo.vercel.appNumora Diophantine Equation Solverx402

Solves a linear Diophantine equation of the form ax + by = c, returning integer solutions if they exist

$0.1/message
numormo.vercel.appNumora Angle Unit Converterx402

Converts an angle value from one angular unit to another (e.g. degrees to radians)

$0.02/message
numormo.vercel.appNumora Hypothesis Testingx402

Performs statistical hypothesis tests on numeric data arrays, returning test statistics, p-values, and conclusions

$0.1/message
numormo.vercel.appNumora Polynomial Solverx402

Solves polynomial equations and finds their roots given an array of coefficients in descending degree order

$0.1/message
numormo.vercel.appNumora Time Unit Conversionx402

Converts a numeric time value from one unit to another (e.g. hours to seconds, days to minutes) with no external dependencies.

$0.02/message
numormo.vercel.appNumora Loan Amortization Calculatorx402

Computes a full loan amortization schedule given a principal, annual interest rate, and loan term in months

$0.1/message
numormo.vercel.appNumora Matrix SVD (Singular Value Decomposition)x402

Computes the Singular Value Decomposition (SVD) of a matrix, returning U, Σ, and V matrices

$0.1/message
numormo.vercel.appNumora Simple Interest Calculatorx402

Computes simple interest given a principal amount, interest rate, and number of periods

$0.1/message
numormo.vercel.appNumora Matrix Eigenvalues APIx402

Computes the eigenvalues of a given square matrix using pure server-side math with no external dependencies.

$0.1/message
numormo.vercel.appNumora Compound Interest Calculatorx402

Computes compound interest growth for a principal amount given an interest rate, number of periods, and optional compounding frequency

$0.1/message
numormo.vercel.appNumora Differential Equation Solverx402

Numerically solves ordinary differential equations (ODEs) of the form dy/dt = f(t,y) given an initial condition and time span

$0.1/message
numormo.vercel.appNumora Area Unit Conversionx402

Converts an area value from one unit to another (e.g. square meters to acres) with no external dependencies

$0.02/message
numormo.vercel.appNumora Modular Exponentiation APIx402

Computes modular exponentiation (base^exp mod m) for integers, useful in cryptography and number theory

$0.1/message
numormo.vercel.appNumora Percentile Computationx402

Computes the Nth percentile value from a dataset of numbers with no external dependencies

$0.1/message
numormo.vercel.appNumora Calculus Gradient APIx402

Computes the numerical gradient (vector of partial derivatives) of a multivariable function at a specified point

$0.1/message
numormo.vercel.appNumora Fibonacci Sequence Generatorx402

Generates a Fibonacci sequence of a specified length, returning the sequence as a computation result with a human-readable description.

$0.02/message
numormo.vercel.appNumora ROI Calculatorx402

Computes Return on Investment (ROI) given a cost and a gain value, returning the ROI percentage and related financial metrics.

$0.1/message
numormo.vercel.appNumora Taylor Series Expansion APIx402

Computes the Taylor series expansion of a mathematical function around a specified center point up to a given order

$0.1/message
numormo.vercel.appNumora Bond Price Calculatorx402

Computes the fair present value (price) of a bond given its yield to maturity, face value, coupon payment, and number of periods

$0.1/message
numormo.vercel.appNumora Fibonacci Number Generatorx402

Computes the nth Fibonacci number given an integer index n

$0.1/message
numormo.vercel.appNumora Volume Unit Conversionx402

Converts a numeric volume value from one unit of measurement to another (e.g., liters to gallons, milliliters to cups).

$0.02/message
numormo.vercel.appNumora Calculus Integral APIx402

Numerically integrates a mathematical function over a specified interval using Simpson's, trapezoid, or Gauss quadrature methods

$0.1/message
numormo.vercel.appNumora Prime Checkx402

Determines whether a given integer is a prime number

$0.1/message
numormo.vercel.appNumora Statistics Correlationx402

Computes the Pearson correlation coefficient between two numeric arrays, quantifying the linear relationship between them

$0.1/message
numormo.vercel.appNumora Calculus Limit Computationx402

Computes the mathematical limit of a function as x approaches a given point, with support for one-sided and two-sided limits

$0.1/message
numormo.vercel.appNumora Matrix Rank Computationx402

Computes the rank of a given matrix (2D array) using pure mathematical computation with no external dependencies.

$0.1/message
numormo.vercel.appNumora Weight Unit Conversionx402

Converts a numeric weight value from one unit to another (e.g. kilograms to pounds) with no external dependencies.

$0.02/message
numormo.vercel.appNumora Mersenne Number Endpointx402

Checks whether 2^exponent − 1 is a Mersenne prime and returns the result with supporting computation details

$0.1/message
numormo.vercel.appNumora Calculus Series Computationx402

Computes the sum or convergence of a mathematical series given a term expression in index n, with optional term limit and tolerance.

$0.1/message
numormo.vercel.appNumora IRR (Internal Rate of Return) Calculatorx402

Computes the Internal Rate of Return (IRR) for a series of cash flows using pure math computation with no external dependencies

$0.1/message
numormo.vercel.appNumora Histogram Computationx402

Computes a histogram (bin counts and edges) for a given array of numeric data with a configurable number of bins

$0.1/message
numormo.vercel.appNumora Mortgage Payment Calculatorx402

Computes monthly mortgage payment and amortization details given principal, annual interest rate, and loan term in months

$0.1/message
numormo.vercel.appNumora Calculus Derivative Endpointx402

Numerically computes the derivative of a mathematical function at a specified point, supporting higher-order derivatives.

$0.1/message
numormo.vercel.appNumora Quadratic Equation Solverx402

Solves quadratic equations (ax² + bx + c = 0) and returns the real or complex roots along with a human-readable computation summary

$0.1/message
numormo.vercel.appNumora Chi-Square Test APIx402

Computes a chi-square goodness-of-fit or independence test given observed (and optionally expected) frequency arrays

$0.1/message
numormo.vercel.appNumora Matrix Multiplyx402

Multiplies two matrices (2D arrays) and returns the resulting matrix with a human-readable computation description.

$0.1/message
numormo.vercel.appNumora Optimization Solverx402

Solves numerical optimization problems (minimize/maximize a function) given a mathematical expression and an initial guess, using gradient descent or Nelder-Mead methods

$0.1/message
numormo.vercel.appNumora Linear Programming Solverx402

Solves linear programming optimization problems given an objective function and constraints using the simplex or related method

$0.1/message
numormo.vercel.appNumora Matrix System Solverx402

Solves a system of linear equations Ax=b given a coefficient matrix A and constants vector b

$0.1/message
numormo.vercel.appNumora Lucas Sequence Generatorx402

Generates the nth Lucas number (or sequence up to n) using pure mathematical computation with no external dependencies

$0.02/message
numormo.vercel.appNumora Prime Factorization APIx402

Computes the prime factorization of an integer, returning its prime factors and their exponents.

$0.1/message
numormo.vercel.appNumora Statistics Outlier Detection APIx402

Detects outliers in a numeric dataset using IQR or Z-score statistical methods

$0.1/message
numormo.vercel.appNumora Temperature Conversion APIx402

Converts a numeric temperature value between units (e.g. Celsius, Fahrenheit, Kelvin) with zero external dependencies via pure math computation.

$0.02/message
numormo.vercel.appNumora Regression Analysis APIx402

Fits a polynomial regression model to paired x/y data arrays and returns regression coefficients and model statistics

$0.1/message
numormo.vercel.appNumora Inflation Calculatorx402

Computes the inflation-adjusted value of an amount over a specified number of years at a given annual inflation rate

$0.1/message
numormo.vercel.appNumora Jacobian Matrix Computationx402

Computes the Jacobian matrix of a system of multivariate functions evaluated at a given point

$0.1/message
numormo.vercel.appNumora Pascal Triangle Generatorx402

Generates Pascal's triangle up to n rows, returning all row values as a pure math computation with no external dependencies

$0.02/message
numormo.vercel.appNumora Speed Unit Conversionx402

Converts a numeric speed value from one unit to another (e.g., mph to km/h, m/s to knots) using pure math computation with no external dependencies.

$0.02/message
numormo.vercel.appNumora Descriptive Statistics APIx402

Computes descriptive statistics (mean, median, mode, variance, standard deviation, etc.) for a numerical dataset

$0.1/message
numormo.vercel.appNumora Pressure Unit Conversionx402

Converts a pressure value from one unit to another using pure math computation with no external dependencies.

$0.02/message
numormo.vercel.appNumora Matrix Eigenvectors APIx402

Computes the eigenvalues and eigenvectors of a given square matrix using pure server-side math with no external dependencies.

$0.1/message
numormo.vercel.appNumora Energy Unit Conversionx402

Converts a numeric value between energy units (e.g. joules, calories, kilowatt-hours, BTU) with zero external dependencies

$0.02/message
numormo.vercel.appNumora Cubic Equation Solverx402

Solves cubic equations of the form ax³ + bx² + cx + d = 0 and returns all real and complex roots

$0.1/message
numormo.vercel.appNumora Length Unit Conversionx402

Converts a numeric length value from one unit to another (e.g. meters to feet, miles to kilometers)

$0.02/message
numormo.vercel.appNumora LU Decomposition APIx402

Performs LU decomposition on a matrix, factoring it into lower and upper triangular matrices for use in solving linear systems and related computations

$0.1/message
numormo.vercel.appNumora Statistical Distribution Computationx402

Computes statistical distribution parameters and properties (PDF, CDF, mean, variance, etc.) for normal, binomial, Poisson, or uniform distributions

$0.1/message
numormo.vercel.appNumora Linear Equation Solverx402

Solves a linear equation of the form ax + b = 0, returning the exact solution value with no external dependencies.

$0.1/message
numormo.vercel.appNumora Confidence Interval Calculatorx402

Computes statistical confidence intervals for a dataset at a specified confidence level (e.g., 95%)

$0.1/message
numormo.vercel.appNumora Random Number Generation APIx402

Generates arrays of random numbers following a specified statistical distribution (normal, uniform, Poisson, exponential, or binomial)

$0.02/message
numormo.vercel.appNumora Perfect Number Checkx402

Determines whether a given integer is a perfect number (a positive integer equal to the sum of its proper divisors)

$0.1/message
numormo.vercel.appNumora Financial Lease Math APIx402

Computes lease vs. buy financial comparisons using pure math with zero external dependencies, paid via x402 micropayments.

$0.1/message
numormo.vercel.appNumora Bernoulli Number Generatorx402

Computes the nth Bernoulli number using pure mathematical computation with no external dependencies

$0.02/message
numormo.vercel.appNumora Dividend Yield Calculatorx402

Computes the dividend yield by dividing the annual dividend payment by the stock price

$0.1/message
numormo.vercel.appNumora Constraint Solverx402

Solves systems of mathematical constraints over named variables, returning feasible solutions or optimal values

$0.1/message
numormo.vercel.appNumora Data Unit Conversion APIx402

Converts a numeric value from one data storage/transfer unit to another (e.g. bytes to gigabytes, megabits to terabytes)

$0.02/message
numormo.vercel.appNumora ANOVA Statistics Endpointx402

Performs one-way Analysis of Variance (ANOVA) across multiple data groups to test whether their means differ significantly

$0.1/message
numormo.vercel.appNumora GCD & LCM Computationx402

Computes the Greatest Common Divisor (GCD) and Least Common Multiple (LCM) of two integers

$0.1/message
numormo.vercel.appNumora Calculus Extrema Finderx402

Finds local and global minima and maxima (extrema) of a mathematical function over a specified interval

$0.1/message
numormo.vercel.appNumora Matrix Tracex402

Computes the trace (sum of diagonal elements) of a square matrix

$0.1/message
numormo.vercel.appNumora Euler Number Generatorx402

Generates Euler numbers up to the nth term using pure mathematical computation

$0.02/message
numormo.vercel.appNumora Z-Score Computation APIx402

Computes the Z-score (standard score) for a dataset, returning standardized values indicating how many standard deviations each data point is from the mean.

$0.1/message
numormo.vercel.appNumora Continued Fraction Expansionx402

Computes the continued fraction representation of a given real number to a specified depth

$0.1/message
numormo.vercel.appNumora Hash Generation APIx402

Computes non-cryptographic hash values (djb2, fnv1a, murmur) for a given input string

$0.02/message
numormo.vercel.app – 100 AI agent APIs via x402 | Zero