Sinc Function Calculator
Unnormalized sinc(x)=sin(x)/x with sinc(0)=1. Same engine as Special Functions. Not normalized sinc. Not CAS. Runs locally.
Trust summary Engine tested · Specification checked · 58/58 tests · Production surface contract 4/4 · v1.10.0
- Input interpretation
- Enter values to calculate.
- Result
- —
- Model
- Unnormalized sinc(x)=sin(x)/x.
- Scope
- Unnormalized cardinal sine
- Verification
- Engine tested · 58/58 tests · Production surface contract 4/4 · Specification checked · v1.10.0
- Named expert review
- Optional · Not performed
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Evidence
- 13 golden · 8 boundary · 37 property · Production surface contract 4/4 · Artifact integrity PASS
- Production
- Embedded snapshot: unpublished · Build schema 1.10.0 ready · Semantic contract ✓ · Attestation report not published on origin · Live production status STALE (2 capabilities; 162 remain CURRENT) @ 2026-09-20T09:01:12.147Z
- Semantic contract
- PASS
Formulas
Core equations used by this calculator.
How to use
Enter x
Any finite real. Default x=0 (removable singularity).
Read sinc(x)
sinc(0)=1. sinc(π)=0. sinc(π/2)=2/π.
Example calculations
Common configurations with formula and result.
Removable singularity
x = 0
sinc(π/2)
x = π/2
Sinc Function calculator specification
Version 1.10.0 · Engine tested
- Engine tested 58/58 tests · Production surface contract 4/4
- Named expert review Not performed
- Calculation version 1.10.0
- Definition
- The unnormalized sinc function is sinc(x)=sin(x)/x for x≠0, with the removable singularity sinc(0)=1. Even: sinc(−x)=sinc(x). sinc(π)=0. sinc(π/2)=2/π. This page is mode=sinc on math.special. Not sin(πx)/(πx). Not CAS.
- What it calculates
- Unnormalized sinc(x)=sin(x)/x.
- Inputs
- x
- Outputs
- value
- Formula
sinc(x) = sin(x)/x, sinc(0)=1- Assumptions
- Unnormalized cardinal sine
- sinc(0)=1 by continuity
- Not normalized sinc — that is /normalized-sinc
- Not CAS
- Units
- dimensionless
- Boundary conditions
- non-finite x → INVALID_NUMBER
- unknown mode (CAS) → INVALID_MODE
- Example
- x=0 → 1
- Validation cases
2 published on this page · 58/58 tests · Production surface contract 4/4 · View evidence
- x=0 → 1
- x=π → 0
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Calculation version
- 1.10.0
Related tools
Other calculators in this family: Bessel I Calculator, Bessel J Calculator, Bessel K Calculator, Bessel Y Calculator, Beta Function Calculator, Brent Method Calculator, Definite Integral Calculator, DFT Calculator . Explore all Numerical Calculus.
Frequently asked questions
Key distinctions behind the calculation.
Is this a second special-functions engine?
No. It is mode=sinc on math.special, the same engine as /calc/math/special-functions.
Is this the normalized sinc used in DSP?
No. This seed is unnormalized sinc(x)=sin(x)/x, matching Wolfram Sinc. Normalized sin(πx)/(πx) is on /calc/math/normalized-sinc. Not CAS.
Where does this run?
Locally in the browser by default. REST and MCP call the same special-functions engine.