100 Services from numormor.netlify.app
Computes Black-Scholes options pricing (call or put) given spot price, strike price, time to expiry, risk-free rate, and volatility
$0.1/messageComputes compound interest growth given a principal, interest rate, number of periods, and optional compounding frequency per year
$0.1/messageConverts an angle value from one unit to another (e.g. degrees to radians) with no external dependencies.
$0.02/messageComputes simple interest given a principal amount, interest rate, and number of periods
$0.1/messageComputes the complete prime factorization of a given integer, returning all prime factors and their exponents
$0.1/messageCalculates monthly mortgage payments and related financial figures given a loan principal, annual interest rate, and loan term in months
$0.1/messageComputes the trace (sum of diagonal elements) of a square matrix
$0.1/messageComputes the condition number of a matrix to assess its numerical stability and sensitivity to perturbations
$0.1/messageComputes asset depreciation schedules given cost, useful life, salvage value, and optional depreciation method
$0.1/messageComputes the Nth percentile value from a dataset of numbers
$0.1/messageComputes the Greatest Common Divisor (GCD) and Least Common Multiple (LCM) of two integers.
$0.1/messageComputes the numerical gradient (partial derivatives) of a multivariable function at a specified point
$0.1/messageComputes the determinant of a square matrix submitted as a 2D array
$0.1/messageChecks whether 2^exponent - 1 is a Mersenne prime and returns the resulting number and primality status
$0.1/messageComputes the null space (kernel) of a given matrix using pure mathematical computation.
$0.1/messageComputes the Jacobian matrix of a vector-valued function evaluated at a given point
$0.1/messageConverts an area measurement from one unit to another (e.g. square feet to square meters)
$0.02/messageComputes modular exponentiation (base^exp mod m) for integers via a pure math computation endpoint
$0.1/messageSolves a system of linear equations Ax=b given a coefficient matrix A and constants vector b
$0.1/messageConverts a numeric speed value from one unit to another (e.g. mph to km/h, m/s to knots)
$0.02/messageComputes the chi-square statistic from observed (and optionally expected) frequency arrays
$0.1/messageComputes the nth Catalan number for a given non-negative integer n
$0.02/messageComputes the mathematical limit of a function as x approaches a specified value, with optional direction control
$0.1/messageConverts a numeric volume value from one unit to another (e.g. liters to gallons, milliliters to cups)
$0.02/messageComputes the Singular Value Decomposition (SVD) of a matrix, returning U, Sigma, and V^T components
$0.1/messageComputes the norm of a matrix (e.g. Frobenius, spectral, or other norm types) given a 2D array input
$0.1/messageComputes the statistical correlation coefficient between two numeric arrays
$0.1/messageComputes 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/messageConverts a temperature value from one unit (e.g. Celsius, Fahrenheit, Kelvin) to another using pure math computation
$0.02/messageComputes the numerical derivative of a mathematical function at a specified point, with support for higher-order derivatives and custom step size.
$0.1/messageConverts a numeric value from one energy unit to another (e.g. joules to kilowatt-hours, calories to BTUs)
$0.02/messageFinds local and global minima and maxima (extrema) of a mathematical function over a specified interval
$0.1/messageCalculates income tax liability across progressive tax brackets given an income amount and a set of bracket definitions
$0.1/messageConverts a numeric weight value from one unit to another (e.g. kilograms to pounds) with no external dependencies.
$0.02/messageComputes the nth Fibonacci number given an integer index n
$0.1/messageGenerates the nth Lucas number or the Lucas sequence up to n terms using pure mathematical computation
$0.02/messageSolves linear Diophantine equations of the form ax + by = c, returning integer solutions if they exist
$0.1/messageComputes the present or future value of an annuity given a periodic payment amount, interest rate, and number of periods
$0.1/messageComputes the Collatz sequence for a given positive integer, returning the step-by-step hailstone sequence until it reaches 1
$0.1/messageComputes the present value (price) of a bond given yield-to-maturity, face value, coupon payment, and number of periods
$0.1/messageDetermines whether a given integer is a prime number, returning a boolean result with a human-readable computation description.
$0.1/messageComputes the QR decomposition of a given matrix, returning orthogonal (Q) and upper-triangular (R) factor matrices.
$0.1/messageComputes moving averages (simple, exponential, or other types) over a numeric data array using a specified window size
$0.1/messageMultiplies two matrices (2D arrays) together using pure server-side math computation, returning the resulting product matrix
$0.1/messageComputes the eigenvalues and eigenvectors of a given square matrix using pure server-side math with no external dependencies.
$0.1/messageComputes the payback period for an investment given a series of cash flows and an initial investment amount
$0.1/messageComputes the yield to maturity (YTM) of a bond given its face value, market price, coupon payment, and number of periods
$0.1/messagePerforms one-way Analysis of Variance (ANOVA) across multiple data groups to test for statistically significant differences between group means
$0.1/messageComputes a full loan amortization schedule given principal, annual interest rate, and loan term in months
$0.1/messageComputes the Compound Annual Growth Rate (CAGR) given a beginning value, ending value, and number of years
$0.1/messageComputes the Hessian matrix (matrix of second-order partial derivatives) of a multivariable function at a specified point
$0.1/messageDetermines whether a given integer is a perfect number (equal to the sum of its proper divisors)
$0.1/messageSolves a cubic equation ax³ + bx² + cx + d = 0 and returns all roots
$0.1/messageConverts a pressure value from one unit to another (e.g. PSI to Pascal, bar to atm) using pure math computation with no external dependencies.
$0.02/messageSolves quadratic equations of the form ax² + bx + c = 0, returning roots and solution details
$0.1/messageComputes the break-even point in units and revenue given fixed costs, price per unit, and variable cost per unit
$0.1/messageComputes the transpose of a matrix (swaps rows and columns) given a 2D array input
$0.1/messageConverts a numeric time value from one time unit to another (e.g. hours to seconds, minutes to days)
$0.02/messageComputes the Internal Rate of Return (IRR) for a series of cash flows using pure mathematical computation
$0.1/messageComputes the eigenvalues of a given square matrix using pure server-side math with no external dependencies.
$0.1/messageGenerates a Fibonacci sequence of the specified length using pure server-side math computation, with no external dependencies
$0.02/messageSolves linear programming optimization problems given objective coefficients and constraint matrices using pure math computation
$0.1/messagePerforms polynomial regression on paired x/y data arrays, returning fitted coefficients and goodness-of-fit metrics with zero external dependencies
$0.1/messageComputes the nth Bernoulli number using pure math with no external dependencies
$0.02/messageNumerically integrates a mathematical function over a specified interval [a, b] using a configurable method
$0.1/messageGenerates mathematical sequences of length n using a user-defined recurrence rule and optional initial values
$0.02/messageComputes statistical probability distributions and related calculations given a distribution type and parameters
$0.1/messageComputes the multiplicative inverse of a square matrix using pure math, returning the inverse matrix and a human-readable computation description.
$0.1/messageFinds the roots of a polynomial equation given its coefficients, listed from highest degree to lowest.
$0.1/messageConverts a numeric value between data storage/transfer units (e.g. bytes to megabytes, kilobits to gigabits) using pure math computation
$0.02/messageComputes the inflation-adjusted value of a monetary amount over a given number of years at a specified inflation rate
$0.1/messageComputes projected retirement savings growth given an annual rate, time horizon, current savings, and regular contributions.
$0.1/messageComputes the sum of a mathematical series given a term expression in index n, with configurable term count and convergence tolerance
$0.1/messageDetects statistical outliers in a numeric dataset using configurable methods
$0.1/messageComputes a financial comparison between leasing and buying an asset, returning cost breakdowns and metrics for both scenarios
$0.1/messageComputes the Taylor series expansion of a mathematical function around a specified center point up to a given order
$0.1/messageComputes the rank of a matrix (the number of linearly independent rows or columns)
$0.1/messageSolves a linear equation of the form ax + b = 0, returning the root x
$0.1/messageGenerates the first N terms of the Euler number sequence using pure mathematical computation
$0.02/messageConverts a numeric length value from one unit of measurement to another (e.g. meters to feet, miles to kilometers).
$0.02/messageComputes the continued fraction representation of a real number to a specified depth
$0.1/messageSolves constraint satisfaction problems given a set of variables and constraints using pure mathematical computation
$0.1/messageSolves a system of linear equations given a coefficient matrix A and constants vector b, returning the solution vector x such that Ax = b
$0.1/messageComputes descriptive statistics (mean, median, mode, variance, standard deviation, etc.) for a given numerical dataset
$0.1/messageCalculates return on investment (ROI) given a cost and gain amount
$0.1/messageComputes the LU decomposition (lower-upper factorization) of a given matrix, returning L and U factors for use in solving linear systems and numerical analysis.
$0.1/messageComputes the z-score (standard score) for a dataset, indicating how many standard deviations each value is from the mean
$0.1/messageGenerates a list of the first N prime numbers using pure server-side math computation
$0.02/messageSolves mathematical optimization problems (minimization/maximization) for a given function and initial guess using numerical methods
$0.1/messageGenerates the first n rows of Pascal's Triangle as a pure math computation with no external dependencies
$0.02/messageComputes a confidence interval for a given dataset at a specified confidence level (e.g., 95%)
$0.1/messagePerforms a two-sample t-test on two numeric arrays and returns the test statistic, p-value, and interpretation
$0.1/messageNumerically solves a nonlinear equation expressed as a function of x, given an initial guess, returning the root.
$0.1/messageComputes a frequency histogram from a numeric data array, returning bin edges and counts for distribution analysis
$0.1/messageGenerates n random numbers of a specified type (e.g. integer, float, normal) with optional distribution parameters
$0.02/messageNumerically solves ordinary differential equations (ODEs) of the form dy/dt = f(t,y) given an initial condition and time span
$0.1/messageComputes dividend yield by dividing the annual dividend per share by the stock price
$0.1/messagePerforms statistical sampling computations on a dataset, selecting n samples using a specified sampling method
$0.1/messagePerforms statistical hypothesis tests on a numeric dataset using configurable parameters such as significance level and population mean.
$0.1/messageGenerates a cryptographic hash of a given input string using a specified algorithm
$0.02/message