Get Listed

100 Services from numomo.vercel.app

numomo.vercel.appNumora Bond Price Calculatorx402

Calculates the fair market price of a bond given its yield-to-maturity, face value, coupon payment, and number of periods

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

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

$0.1/message
numomo.vercel.appNumora Loan Amortization Calculatorx402

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

$0.1/message
numomo.vercel.appNumora Matrix Determinant APIx402

Computes the determinant of a square matrix supplied as a 2D array, returning the scalar result with no external dependencies.

$0.1/message
numomo.vercel.appNumora Matrix Null-Space Computationx402

Computes the null space (kernel) of a given matrix using pure mathematical computation with no external dependencies.

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

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

$0.1/message
numomo.vercel.appNumora Prime Checkx402

Determines whether a given integer is a prime number

$0.1/message
numomo.vercel.appNumora — Prime Number Generation APIx402

Generates a list of the first N prime numbers using pure mathematical computation, with no external dependencies.

$0.02/message
numomo.vercel.appNumora Confidence Interval Computationx402

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

$0.1/message
numomo.vercel.appNumora Net Present Value (NPV) Calculatorx402

Computes the Net Present Value of a series of cash flows discounted at a given rate, returning the NPV result with a human-readable computation description

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

Computes progressive tax liability given income and tax brackets, returning the total tax owed and effective tax rate

$0.1/message
numomo.vercel.appNumora System of Linear Equations Solverx402

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

$0.1/message
numomo.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
numomo.vercel.appNumora Calculus Integral Computationx402

Numerically integrates a mathematical function over a specified interval [a, b] and returns the computed result

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

Generates the first n rows of Pascal's triangle as a pure math computation with zero external dependencies

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

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

$0.1/message
numomo.vercel.appNumora Moving Average APIx402

Computes simple or exponential moving averages over a numeric data series given a sliding window size

$0.1/message
numomo.vercel.appNumora Taylor Series Expansionx402

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

$0.1/message
numomo.vercel.appNumora Inflation Calculation APIx402

Computes the future or real value of a monetary amount after applying an inflation rate over a given number of years

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

Solves linear programming optimization problems given objective coefficients and constraint matrices

$0.1/message
numomo.vercel.appNumora Statistics Correlation Endpointx402

Computes the Pearson or statistical correlation coefficient between two numerical arrays

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

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

$0.1/message
numomo.vercel.appNumora Calculus Series Summation APIx402

Computes the partial sum or convergence of a mathematical series given a term expression indexed by n

$0.1/message
numomo.vercel.appNumora Statistics Regression Endpointx402

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

$0.1/message
numomo.vercel.appNumora — Matrix System Solverx402

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

$0.1/message
numomo.vercel.appNumora Diophantine Equation Solverx402

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

$0.1/message
numomo.vercel.appNumora Angle Unit Conversionx402

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

$0.02/message
numomo.vercel.appNumora Matrix Eigenvalues Computationx402

Computes eigenvalues of a square matrix using pure math, returning all eigenvalues with no external dependencies.

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

Computes the nth Bernoulli number using exact rational arithmetic with no external dependencies

$0.02/message
numomo.vercel.appNumora Quadratic Equation Solverx402

Solves quadratic equations of the form ax² + bx + c = 0, returning all real or complex roots

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

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

$0.02/message
numomo.vercel.appNumora Bond Yield Calculatorx402

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

$0.1/message
numomo.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
numomo.vercel.appNumora Simple Interest Calculatorx402

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

$0.1/message
numomo.vercel.appNumora Annuity Calculatorx402

Computes the present or future value of an annuity given a periodic payment amount, interest rate, and number of periods

$0.1/message
numomo.vercel.appNumora Matrix Multiplication APIx402

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

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

Computes the nth Fibonacci number in the sequence using pure mathematical calculation with no external dependencies

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

Computes the norm of a matrix (e.g. Frobenius, 1-norm, infinity-norm) given a 2D array input

$0.1/message
numomo.vercel.appNumora Continued Fraction Expansion APIx402

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

$0.1/message
numomo.vercel.appNumora — ANOVA (Analysis of Variance) Endpointx402

Performs one-way ANOVA statistical test across multiple groups to determine if their means differ significantly

$0.1/message
numomo.vercel.appNumora Matrix Tracex402

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

$0.1/message
numomo.vercel.appNumora QR Decomposition APIx402

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

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

Computes the mathematical limit of a function as x approaches a given value, with optional directional control

$0.1/message
numomo.vercel.appNumora Speed Unit Conversionx402

Converts a numeric speed value from one unit of measurement to another (e.g. mph to km/h, knots to m/s)

$0.02/message
numomo.vercel.appNumora Pressure Unit Converterx402

Converts a numeric pressure value from one unit to another (e.g. PSI to bar, atm to Pascal)

$0.02/message
numomo.vercel.appNumora Hessian Matrix Computationx402

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

$0.1/message
numomo.vercel.appNumora Volume Unit Conversion APIx402

Converts a numeric value from one volume unit to another (e.g. liters to gallons, cubic meters to fluid ounces)

$0.02/message
numomo.vercel.appNumora Calculus — Jacobian Matrix Computationx402

Computes the Jacobian matrix of a vector-valued function at a specified point in n-dimensional space

$0.1/message
numomo.vercel.appNumora Matrix Eigenvectors APIx402

Computes the eigenvalues and eigenvectors of a given square matrix using pure numerical methods.

$0.1/message
numomo.vercel.appNumora Matrix SVD Endpointx402

Computes Singular Value Decomposition (SVD) of a matrix, returning U, Sigma, and V components

$0.1/message
numomo.vercel.appNumora Matrix Rank APIx402

Computes the rank (number of linearly independent rows/columns) of a given matrix

$0.1/message
numomo.vercel.appNumora Depreciation Calculatorx402

Computes asset depreciation schedules (straight-line, declining balance, etc.) given cost, useful life, and salvage value

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

Computes the Internal Rate of Return (IRR) for a series of cash flows using numerical methods

$0.1/message
numomo.vercel.appNumora Statistics Percentile APIx402

Computes the Nth percentile of a dataset, returning the value below which N% of the data falls

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

Computes the condition number of a matrix, indicating how sensitive a linear system is to numerical errors or perturbations.

$0.1/message
numomo.vercel.appNumora Collatz Sequence Endpointx402

Computes the Collatz sequence (3n+1 problem) for a given positive integer, returning the full sequence and stopping time

$0.1/message
numomo.vercel.appNumora CAGR Calculatorx402

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

$0.1/message
numomo.vercel.appNumora Perfect Number Checkx402

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

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

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

$0.1/message
numomo.vercel.appNumora Statistics Histogramx402

Computes a histogram (bin counts and ranges) for a given dataset of numeric values

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

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

$0.02/message
numomo.vercel.appNumora Fibonacci Sequence Generatorx402

Generates the first N numbers of the Fibonacci sequence as a pure math computation with zero external dependencies

$0.02/message
numomo.vercel.appNumora ROI Calculator — Financial Math APIx402

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

$0.1/message
numomo.vercel.appNumora Z-Score Computation APIx402

Computes the z-score (standard score) for a dataset, indicating how many standard deviations each value is from the mean

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

Computes the nth Catalan number — a combinatorial sequence used in counting nested structures, bracket expressions, and tree topologies.

$0.02/message
numomo.vercel.appNumora Weight Conversion APIx402

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

$0.02/message
numomo.vercel.appNumora Mersenne Number Generatorx402

Computes whether a given integer exponent produces a Mersenne prime (2^p - 1) and returns the resulting Mersenne number and its properties

$0.1/message
numomo.vercel.appNumora Polynomial Equation Solverx402

Solves polynomial equations by finding roots given an array of coefficients (highest degree first)

$0.1/message
numomo.vercel.appNumora Matrix Inverse APIx402

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

$0.1/message
numomo.vercel.appNumora Chi-Square Statistics Endpointx402

Computes a chi-square goodness-of-fit or independence test given observed (and optionally expected) frequency arrays, returning the test statistic, p-value, and degrees of freedom.

$0.1/message
numomo.vercel.appNumora Modular Exponentiation APIx402

Computes modular exponentiation (base^exp mod modulus) for integers with no external dependencies

$0.1/message
numomo.vercel.appNumora — Lucas Number Generatorx402

Computes the nth Lucas number in the Lucas sequence using pure server-side math with no external dependencies

$0.02/message
numomo.vercel.appNumora Break-Even Computation APIx402

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

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

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

$0.1/message
numomo.vercel.appNumora Prime Factorization APIx402

Computes the complete prime factorization of a given integer, returning all prime factors and their exponents.

$0.1/message
numomo.vercel.appNumora Cubic Equation Solverx402

Solves a cubic equation ax³ + bx² + cx + d = 0, returning all real and complex roots.

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

Converts an area measurement from one unit to another (e.g. square feet to square meters) with pure mathematical precision

$0.02/message
numomo.vercel.appNumora Mortgage Payment Calculatorx402

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

$0.1/message
numomo.vercel.appNumora Matrix LU Decomposition APIx402

Performs LU decomposition on a square matrix, returning lower and upper triangular factor matrices.

$0.1/message
numomo.vercel.appNumora T-Test Statistical Comparison APIx402

Performs a two-sample t-test to determine whether two data sets have statistically different means

$0.1/message
numomo.vercel.appNumora Calculus Derivative APIx402

Computes the numerical derivative of a mathematical function at a specified point, with support for higher-order derivatives and configurable step size.

$0.1/message
numomo.vercel.appNumora Outlier Detection APIx402

Detects statistical outliers in a numeric dataset using configurable methods, returning flagged values and their positions.

$0.1/message
numomo.vercel.appNumora Retirement Savings Calculatorx402

Projects retirement savings growth given an initial balance, annual contribution, interest rate, and time horizon

$0.1/message
numomo.vercel.appNumora Matrix Transposex402

Computes the transpose of a 2D matrix, flipping rows and columns

$0.1/message
numomo.vercel.appNumora Constraint Solver APIx402

Solves systems of constraints over named variables and returns feasible solutions or optimal values

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

Converts energy values between different units (e.g. joules, calories, kilowatt-hours, BTU) using pure mathematical computation

$0.02/message
numomo.vercel.appNumora — Mathematical Optimization Solverx402

Finds local or global minima/maxima of a given mathematical function starting from an initial guess point

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

Computes Euler numbers (E_n) for a given non-negative integer index n

$0.02/message
numomo.vercel.appNumora Hypothesis Testing APIx402

Performs statistical hypothesis tests (e.g. t-tests, z-tests) on a dataset with configurable test parameters such as mu and alpha.

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

Converts a numeric temperature value from one unit to another (e.g. Celsius to Fahrenheit, Kelvin to Celsius)

$0.02/message
numomo.vercel.appNumora — Lease vs. Buy Financial Math APIx402

Computes and compares lease versus buy financial scenarios, returning key metrics to help decide the optimal financing option

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

Draws a random sample of n items from a dataset using a specified sampling method (e.g. random, stratified)

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

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

$0.02/message
numomo.vercel.appNumora GCD & LCM Calculatorx402

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

$0.1/message
numomo.vercel.appNumora Dividend Yield Calculatorx402

Computes the dividend yield given a stock price and dividend amount, returning the yield ratio and a human-readable description of the computation.

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

Solves a linear equation of the form ax + b = 0, returning the root x as a pure math computation

$0.1/message
numomo.vercel.appNumora Statistics Distribution Computationx402

Computes statistical probability distributions and related metrics given a distribution type and parameters

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

Converts a numeric value between data storage/transfer units (e.g. bytes to megabytes, kilobits to gigabits) using pure math computation

$0.02/message
numomo.vercel.appNumora Random Number/Sequence Generatorx402

Generates random numbers or sequences of a specified type and count using pure mathematical computation, with no external dependencies.

$0.02/message
numomo.vercel.appNumora Hash Generation Endpointx402

Generates cryptographic hash values for input strings using configurable hashing algorithms

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