Simplify Your Workflow: Search MiniWebtool.
Add Extension
> Julia Set Generator

Julia Set Generator

Generate beautiful Julia set fractals from any complex parameter c. Pan and zoom a high-resolution canvas, pick c by clicking a live Mandelbrot map, animate c along a circular orbit to watch the Julia shape morph in real time, click anywhere to trace the iteration path, and choose from eight color palettes. Includes ten famous Julia presets (Douady Rabbit, Dragon, Dendrite, San Marco, Siegel Disk, Airplane), PNG export, and shareable URLs that encode the exact c value.

Julia Set Generator
Famous c values:
Or just click anywhere on the small Mandelbrot map below to pick a c. Everything renders in your browser.

Embed Julia Set Generator Widget

● Live canvas
Julia set for c — drag to pan, scroll to zoom, click Mandelbrot map to change c
c = −0.122000 + 0.745000i
rendering…
⊕ Pick c on Mandelbrot
Copied ✓
240
0.020
The iteration formula

For every pixel z0, run zn+1 = zn2 + c with c fixed. Color encodes how many steps until |z| > 2 — black means it never escaped.

Connected vs dust

If c is inside the Mandelbrot set, the Julia set is connected (one piece). If c is outside, the Julia set is Cantor dust. The Mandelbrot map shows you exactly where the boundary is.

Orbit mode

Toggle 🎯 Orbit, then click any pixel. The polyline shows the trajectory of that point under the iteration — you can watch it spiral, repeat, or escape in real time.

Animate c

Click ▶ Animate c. The parameter c circles around its current value, and the Julia set re-renders continuously. Tiny circular motion in c-space produces dramatic morphing in Julia space.

▦ How c shapes the Julia set — three sample c values

c = −0.122 + 0.745i inside Mandelbrot → connected Douady Rabbit — three lobes (period 3) c = 0 + 1i on boundary → dendrite (no interior) Dendrite — pure branches, zero area c = 0.355 + 0.355i outside Mandelbrot → Cantor dust Disconnected dust — Fatou–Julia dichotomy

A theorem of Fatou and Julia (1919) says every quadratic Julia set is either fully connected or totally disconnected — there is no in-between. The connected ones live above c values that are inside the Mandelbrot set; the dust ones above c outside. The boundary case — c on the Mandelbrot boundary — produces the most delicate fractals of all, like the dendrite above.

📲

Install MiniWebtool App

Add to your home screen for instant access — free, fast, no download needed.

           

Want faster & ad-free?

About Julia Set Generator

The Julia Set Generator is an interactive complex-dynamics studio. Pick any complex number \( c \) — by typing it, by clicking the live Mandelbrot picker, or by selecting one of ten famous presets — and the tool renders the Julia set for that c in your browser. Pan and zoom with the mouse, animate c around a small circle to watch the Julia shape morph continuously, toggle orbit mode and click any pixel to trace its iteration trajectory, and switch between eight color palettes. A shareable URL captures the exact c value down to the last digit, so you can save and revisit any fractal you find.

What Is a Julia Set?

For each complex number \( c \), the Julia set \( J_c \) is the set of starting points \( z_0 \) in the complex plane whose orbit under the iteration \( z_{n+1} = z_n^2 + c \) stays bounded forever (never grows past the radius-2 disk). Different choices of c give different — often dramatically different — Julia sets. The whole family was studied by the French mathematicians Gaston Julia and Pierre Fatou in 1918, long before computers could draw them; Julia's prize-winning 1918 memoir runs 199 pages and is essentially the foundation of the field of complex dynamics.

The Julia set is the most famous example of a parameterized family of fractals: each is built from the same simple rule, but the resulting boundary geometry shifts wildly as you nudge c around the complex plane.

How This Generator Works

Pick c three ways Type Re(c) and Im(c) into the form, click one of the ten famous presets (Douady Rabbit, Dragon, Dendrite, …), or click anywhere on the Mandelbrot mini-map in the canvas corner. Each click on the mini-map sets c to that point and re-renders the Julia set instantly.
Pan, zoom, double-click Drag the big Julia canvas to pan, scroll (or pinch) to zoom around the cursor, double-click to zoom in 2×. The HUD shows the current center, span, zoom factor, and iteration count in real time.
Animate c on a circle Click ▶ Animate c — c orbits a small circle in parameter space, and the Julia set morphs continuously. Adjust the animation radius slider to control how far c roams. This is the most direct way to see how sensitive Julia is to c.
Orbit mode — trace any trajectory Toggle 🎯 Orbit mode and click any pixel. The polyline shows up to 60 iteration steps of that orbit, with z₀ marked red and the last step marked green if it escaped. You can literally watch how a starting point's fate is determined.
Smooth vs banded coloring Smooth coloring uses the fractional escape value \( \nu = n + 1 - \log(\log|z_n|)/\log 2 \) for a photographic gradient. Banded coloring shows discrete iteration rings — useful for counting and reading combinatorial structure.
Shareable URLs and PNG export Click Copy share-link to copy a URL that encodes the exact c value, view center, zoom span, palette, and iteration depth. Save PNG downloads the canvas at internal resolution, with the c value embedded in the filename.

Famous Julia Set Parameters

c valueName and shape
−0.122 + 0.745iDouady Rabbit — three lobes meeting at a fixed point. Located in the period-3 bulb of the Mandelbrot set. Named for Adrien Douady who proved the deep theory of "polynomial-like maps" in the 1980s.
−0.75 + 0iSan Marco Dragon — c on the boundary between the cardioid and the period-2 bulb. Yields the classic dragon shape that adorns countless fractal posters.
0 + 1iDendrite — c = i, sitting on the boundary of the Mandelbrot set. Pure tree-like branching with no interior; the Julia set has zero area but infinite total branch length.
−1.7549 + 0iAirplane — c near the real-axis tip of the Mandelbrot antenna. Bilateral airplane symmetry.
−0.391 − 0.587iSiegel Disk — near a c with a golden-mean neutral fixed point. The Julia set has concentric invariant curves; Siegel's 1942 theorem guarantees these exist for "Diophantine" c.
−0.7454 + 0.1130iLightning — c from the Seahorse Valley of the Mandelbrot set. The Julia is shot through with thin filamentary "lightning" branches.
−0.8 + 0.156iSpiral Galaxy — armed spirals at every scale, like a side-on photo of a barred-spiral galaxy.
0.285 + 0.01iFeather — c from Elephant Valley. Fine feather-like tendrils branching from a central trunk.
−0.7018 − 0.3842iSnowflake — crystalline near-symmetric Julia just outside the main cardioid.
0.355 + 0.355iDust Galaxy — c outside the Mandelbrot set. The Julia set is totally disconnected — beautiful Cantor dust scattered across the plane.

The Math Behind the Picture

Fix a complex number \( c \). For each pixel on the canvas, treat the pixel position as a starting point \( z_0 = x + iy \), then apply the iteration \( z_{n+1} = z_n^2 + c \). A famous theorem says: as soon as \( |z_n| > 2 \), the orbit is guaranteed to escape to infinity. So we iterate until either we hit the cap (we call \( z_0 \) bounded — black) or \( |z| > 2 \) (we call \( z_0 \) escaping and record the iteration count for coloring).

The smooth escape value

\[ \nu = n + 1 - \frac{\log(\log |z_n|)}{\log 2} \]

interpolates between integer iteration bands, giving a continuous gradient as you move across the Julia boundary. Black pixels (interior of \( J_c \)) reach the iteration cap without escaping; colored pixels (exterior) escape, with their color encoding how quickly.

The Mandelbrot–Julia Connection

The Mandelbrot set \( M \) is the master parameter map of the entire Julia family. The defining theorem (Fatou–Julia, around 1919) reads:

\[ c \in M \iff J_c \text{ is connected.} \]

That is, the Julia set for c is a connected single piece if and only if c is inside the Mandelbrot set. Otherwise, the Julia set is totally disconnected — a Cantor dust scattered across the plane. The little Mandelbrot picker in the corner of the canvas is therefore both a c-selector and a connectedness classifier: click anywhere on the black region and you get a connected Julia; click in the colored exterior and you get dust. Click right on the boundary and you get the most delicate fractals of all — dendrites, lightning, the rabbit, the airplane.

Why It Is Important

  • Foundation of complex dynamics. The study of iterating holomorphic functions — what trajectories do under repeated application — was founded on the Julia/Fatou theory in 1918. Modern complex dynamics is now a major branch of mathematics, with the Mandelbrot set as its parameter map and Julia sets as its dynamical sets.
  • Visual proof of mathematical sensitivity. Move c by one part in 10,000 and the Julia set can change from a rabbit to a dragon to dust. The Animate c feature in this tool makes this sensitivity tangible — small input variation produces enormous output variation, a hallmark of chaotic systems.
  • Universal language for fractals. The same z = z² + c iteration shows up in physics (Newton's method on cubic polynomials), biology (population dynamics), and computer graphics (procedural texture synthesis). Julia sets are the simplest example illustrating how iteration produces structure.
  • Aesthetic landmark. Julia and Mandelbrot images defined the visual identity of 1980s/1990s "fractal art." Today they remain standard demonstrations of "infinite complexity from a tiny formula" in math outreach.

Tips for Striking Renders

  • Click near the Mandelbrot boundary. Inside the main cardioid you mostly get bland connected blobs. Outside the set you get dust. The interesting Julias live on the boundary itself, especially near "atom" attachment points between bulbs.
  • Animate with a small radius first. Set the animation radius slider to 0.005–0.020 and watch the morph. Larger radii sweep through entirely different Julia families and look less continuous; tiny radii reveal the local dependence on c beautifully.
  • Combine orbit mode with a connected c. Pick a Douady Rabbit, turn on orbit mode, click inside one of the rabbit lobes — you will see the orbit cycle between the three lobes (period 3), making the rabbit's combinatorial structure obvious.
  • Try opposite palettes. The same Julia set looks completely different in Fire vs Ocean vs Rainbow Cycle. Save a few PNGs of the same c with different palettes for a poster set.
  • Use banded coloring for periodicity. Smooth coloring is photogenic, but banded coloring lights up the period structure — every iteration band is a different time-to-escape class.

Practical Limits and the Precision Frontier

This tool uses standard JavaScript double-precision floats (IEEE 754, 64-bit), which give about 15–16 significant decimal digits. That sets a practical zoom limit at span ≈ 10⁻¹² before pixels begin to look identical due to round-off. To zoom deeper, professional fractal renderers use arbitrary-precision libraries that carry thousands of digits — at the cost of being hundreds of times slower per pixel. For Julia sets, double precision is usually plenty: the most striking views are at moderate zoom, where you can see the global shape and a few levels of self-similar branching at once.

Frequently Asked Questions

What is a Julia set?

For each complex number c, the Julia set is the set of starting points z₀ for which the iteration z = z² + c stays bounded. Each c gives a unique Julia set, so the family is infinite. The sets were defined by Gaston Julia and Pierre Fatou around 1918, decades before computers could draw them.

How is a Julia set different from the Mandelbrot set?

Same iteration z = z² + c — but in the Mandelbrot set c varies and z₀ = 0 is fixed (parameter map). In a Julia set c is fixed and z₀ varies (dynamical map). The two are linked by the Fatou–Julia theorem: c is in the Mandelbrot set if and only if the Julia set for c is connected.

How do I pick a good value for c?

Start with one of the ten famous presets — they cover the most striking shapes. Then use the Mandelbrot picker: c values just inside the boundary of the Mandelbrot set produce the most beautiful connected Julias; values on the boundary itself produce dendrites; values outside produce dust. The cardioid interior is mostly bland.

Why does the shape change so dramatically as I move c?

The Julia set is extraordinarily sensitive to c. Moving c by a thousandth can completely reshape the set, especially near the Mandelbrot boundary. The Animate c feature visualizes this — as c traces a small circle, the Julia morphs through a family of related but visually different shapes.

What is iteration depth and how should I set it?

Iteration depth (max_iter) is the maximum number of times we apply z = z² + c before giving up. Higher numbers reveal more boundary detail but render slower. 240 is fine for most c; 400–800 helps with dendrites and lightning; 1000+ for very fine boundary detail. The tool caps it at 2,000 — beyond that, double-precision floats limit usable detail anyway.

What does orbit mode do?

Orbit mode visualizes the iteration itself. Click any point z₀ on the canvas and the tool plots the sequence z₀, z₁, z₂, … as a connected polyline. You can see whether the orbit spirals into a fixed point, jumps around a periodic cycle, or escapes the |z|=2 disk. This is the fundamental object of complex dynamics, made visual.

Why are some Julia sets connected and others dust?

This is the Fatou–Julia dichotomy (1919): every quadratic Julia set is either connected (one piece) or totally disconnected (Cantor dust). The connectedness depends entirely on c: if the orbit of 0 under z = z² + c stays bounded, the Julia set is connected. That bounded-orbit condition is the very definition of the Mandelbrot set.

What are the famous Julia presets?

Douady Rabbit (c = −0.122 + 0.745i), San Marco Dragon (c = −0.75), Dendrite (c = i), Airplane (c = −1.7549), Siegel Disk (c = −0.391 − 0.587i), Lightning (c = −0.745 + 0.113i), Spiral Galaxy (c = −0.8 + 0.156i), Feather (c = 0.285 + 0.01i), Snowflake (c = −0.702 − 0.384i), and Dust Galaxy (c = 0.355 + 0.355i, outside the Mandelbrot set).

What does the animation radius slider control?

When you click Animate c, the parameter c is moved around a small circle in the complex plane. The radius slider controls the size of that circle. A small radius (0.005–0.020) shows local morphing — how the Julia set changes infinitesimally near the current c. A large radius (0.1+) sweeps through wholly different Julia families.

Why are there bands of color and how do I smooth them?

The integer escape-time count produces visible iteration bands. Smooth coloring uses the continuous escape value ν = i + 1 − log(log|z|) / log 2 to interpolate between bands, yielding a photographic gradient. Toggle Smooth off to see the classic banded look — useful for counting iteration rings and reading the period structure.

Can I save and share a particular Julia set?

Yes. Click Copy share-link to copy a URL whose query parameters encode the exact c, view center, zoom span, palette, and iteration depth. Anyone who opens that link lands on the identical fractal. Click Save PNG to download the canvas at its full internal resolution.

How deep can I zoom?

This tool uses JavaScript double-precision floats (about 15–16 significant digits), giving a usable span as small as roughly 10⁻¹². Beyond that, pixels begin to quantize because the underlying arithmetic can no longer separate them. For Julia sets, this is rarely a limit — most striking views are at moderate zoom where the global shape and a few levels of self-similar structure are visible at once.

Who invented Julia sets?

Gaston Julia (French, 1893–1978) and Pierre Fatou (French, 1878–1929) independently developed the theory in 1917–1919. Julia's 1918 memoir won the Grand Prix of the French Academy of Sciences. Their work was largely forgotten until Benoit Mandelbrot's computer renderings in 1980 made the geometry visible — and instantly famous.

Reference this content, page, or tool as:

"Julia Set Generator" at https://MiniWebtool.com// from MiniWebtool, https://MiniWebtool.com/

by miniwebtool team. Updated: 2026-05-20

Top & Updated:

Random PickerRandom Name PickerLine CounterBatting Average CalculatorRelative Standard Deviation CalculatorFPS ConverterSort NumbersInstagram User ID LookupMAC Address GeneratorERA CalculatorRemove SpacesWord to Phone Number ConverterRandom Truth or Dare GeneratorFeet and Inches to Cm ConverterMAC Address LookupFacebook User ID LookupJob FinderOPS CalculatorSum CalculatorSquare Root (√) CalculatorPercent Off CalculatorRandom Letter GeneratorSHA256 Hash GeneratorLog Base 10 CalculatorBitwise CalculatorNumber of Digits CalculatorSlope and Grade CalculatorVertical Jump CalculatorPhone Number ExtractorMP3 LooperImage ResizerSalary Conversion CalculatorOn Base Percentage CalculatorRandom IMEI GeneratorAudio SplitterRandom Quote GeneratorRoman Numerals ConverterAI Text HumanizerSlugging Percentage CalculatorCaffeine Overdose CalculatorNumber to Word ConverterRandom Poker Hand GeneratorRandom Loadout GeneratorMerge VideosSun, Moon & Rising Sign Calculator 🌞🌙✨Random Activity GeneratorDecimal to BCD ConverterBCD to Decimal ConverterText FormatterSaturn Return CalculatorRandom Movie PickerRandom Fake Address GeneratorCm to Feet and Inches ConverterWAR CalculatorVideo to Image ExtractorCompound Growth CalculatorOctal CalculatorInvisible Text GeneratorRandom Writing Prompt GeneratorBinary to Gray Code ConverterFile Size ConverterFirst n Digits of PiGrade CalculatorTime Duration CalculatorRandom Birthday GeneratorLove Compatibility CalculatorRandom Credit Card GeneratorWHIP CalculatorRandom Object GeneratorMaster Number CalculatorQuotient and Remainder Calculator⬛ Aspect Ratio CalculatorRandom Time GeneratorRandom Superpower GeneratorWord Ladder GeneratorSteel Weight CalculatorAdd Prefix and Suffix to TextRemove AccentDay of Year CalendarPercent Growth Rate CalculatorCompare Two StringsYouTube Channel StatisticsImage CompressorCM to Inches ConverterOutlier CalculatorBaby Growth Percentile CalculatorAdd Text to ImageClothing Size ConverterRandom Chess Opening GeneratorList of Prime NumbersArc Length CalculatorSum of Positive Integers CalculatorLeap Years ListCryptogram GeneratorGray Code to Binary ConverterBreak Line by CharactersStair CalculatorBattery Life CalculatorRandom Sound Frequency GeneratorEmail ExtractorURL ExtractorAI ParaphraserAI Punctuation AdderSHA512 Hash GeneratorDay of the Year Calculator - What Day of the Year Is It Today?Video CompressorBinary to BCD ConverterIP Address to Hex ConverterSort Lines AlphabeticallyHex to BCD ConverterBCD to Binary ConverterLottery Number GeneratorBCD to Hex ConverterMedian CalculatorStandard Error CalculatorList RandomizerAverage CalculatorModulo CalculatorPVIFA CalculatorReverse VideoHypotenuse CalculatorRemove Audio from VideoActual Cash Value CalculatorScientific Notation to Decimal ConverterNumber ExtractorAngel Number CalculatorLog Base 2 CalculatorRoot Mean Square CalculatorSHA3-256 Hash GeneratorAI Sentence Expander📅 Date CalculatorLbs to Kg ConverterHex to Decimal ConverterRandom Group GeneratorConvolution CalculatorMAC Address AnalyzerRandom String GeneratorRemove Leading Trailing SpacesAmortization CalculatorMarkup CalculatorPVIF CalculatorName Number CalculatorDecimal to Hex ConverterInstagram Font GeneratorSocial Media Image Size GuideTikTok Money CalculatorTwitter/X Character CounterTwitter/X Timestamp ConverterYouTube Watch Time CalculatorTwitch Earnings CalculatorYouTube Shorts Monetization CalculatorFacebook Ad Cost CalculatorSocial Media ROI CalculatorSocial Media Post Time OptimizerSocial Media Username CheckerCTR CalculatorROAS CalculatorInfluencer ROI CalculatorForce CalculatorAcceleration CalculatorVelocity CalculatorMomentum CalculatorProjectile Motion CalculatorKinetic Energy CalculatorPotential Energy CalculatorWork and Power CalculatorDensity CalculatorPressure CalculatorIdeal Gas Law CalculatorFree Fall CalculatorTorque CalculatorHorsepower CalculatorDilution CalculatorChemical Equation BalancerStoichiometry CalculatorPercent Yield CalculatorEmpirical Formula CalculatorBoiling Point CalculatorTitration CalculatorMole/Gram/Particle ConverterIrregular Polygon Area CalculatorFrustum CalculatorTorus Calculator3D Distance CalculatorGreat Circle Distance CalculatorCircumscribed Circle (Circumcircle) CalculatorInscribed Circle (Incircle) CalculatorAngle Bisector CalculatorTangent Line to Circle CalculatorHeron's Formula CalculatorCoordinate Geometry Distance CalculatorVolume of Revolution CalculatorSurface of Revolution CalculatorParametric Curve GrapherRiemann Sum CalculatorTrapezoidal Rule CalculatorSimpson's Rule CalculatorImproper Integral CalculatorL'Hôpital's Rule CalculatorMaclaurin Series CalculatorPower Series CalculatorSeries Convergence Test CalculatorInfinite Series Sum CalculatorAverage Rate of Change CalculatorInstantaneous Rate of Change CalculatorRelated Rates SolverOptimization Calculator (Calculus)Gradient Calculator (Multivariable)Divergence CalculatorCurl CalculatorLine Integral CalculatorSurface Integral CalculatorJacobian Matrix CalculatorNewton's Method CalculatorRREF Calculator (Row Echelon Form)Matrix Inverse CalculatorMatrix Multiplication CalculatorDot Product CalculatorCross Product CalculatorVector Magnitude CalculatorUnit Vector CalculatorAngle Between Vectors CalculatorNull Space CalculatorColumn Space CalculatorCramer's Rule CalculatorMatrix Diagonalization CalculatorQR Decomposition CalculatorCholesky Decomposition CalculatorMatrix Power CalculatorCharacteristic Polynomial CalculatorBayes' Theorem CalculatorF-Test / F-Distribution CalculatorHypergeometric Distribution CalculatorNegative Binomial Distribution CalculatorGeometric Distribution CalculatorExponential Distribution CalculatorWeibull Distribution CalculatorBeta Distribution CalculatorSpearman Rank Correlation CalculatorFisher's Exact Test CalculatorContingency Table CalculatorOdds Ratio CalculatorRelative Risk CalculatorEffect Size CalculatorPermutations with Repetition CalculatorModular Exponentiation CalculatorPrimitive Root CalculatorPerfect Number CheckerAmicable Number CheckerTwin Prime FinderMersenne Prime CheckerGoldbach Conjecture VerifierMöbius Function CalculatorEgyptian Fraction CalculatorFibonacci Number CheckerDigital Root CalculatorPartition Function CalculatorBoolean Algebra SimplifierKarnaugh Map (K-Map) SolverLogic Gate SimulatorGraph Coloring CalculatorTopological Sort CalculatorAdjacency Matrix CalculatorRecurrence Relation SolverInclusion-Exclusion CalculatorLinear Programming SolverTraveling Salesman Solver (TSP)Hamiltonian Path CheckerPlanar Graph CheckerNetwork Flow Calculator (Max Flow)Stable Marriage Problem SolverFirst-Order ODE SolverSecond-Order ODE SolverDirection Field / Slope Field PlotterEuler's Method CalculatorBernoulli ODE SolverSystem of ODEs SolverGroup Theory Order CalculatorRing and Field CalculatorJordan Normal Form CalculatorMatrix Exponential CalculatorTensor Product CalculatorFast Fourier Transform (FFT) CalculatorZ-Transform CalculatorNumerical Integration CalculatorTOML to JSON ConverterJSON to CSV ConverterXML to JSON ConverterSQL to MongoDB Query ConverterCSS Flexbox PlaygroundCSS Grid GeneratorJWT GeneratorBcrypt Hash Generator / CheckerColor Code Converter (All Formats)Git Command Generator.env File GeneratorLorem Picsum / Placeholder Image GeneratorText to Binary/Hex/ASCII ConverterSyllable CounterSentence CounterParagraph CounterSpeaking Time CalculatorReading Time CalculatorWhitespace VisualizerStrikethrough Text GeneratorTorque Converter (Nm, ft-lb, kgf-cm)Data Transfer Rate ConverterFuel Efficiency ConverterAstronomical Unit ConverterRing Size ConverterPaper Size ReferenceGas Mileage CalculatorEV Range CalculatorEV Charging Time Calculator0–60 / Quarter Mile CalculatorCar Lease CalculatorVehicle Towing Capacity CalculatorExposure Triangle CalculatorCrop Factor CalculatorMegapixel to Print Size CalculatorPhoto File Size EstimatorMusic BPM TapperMusic Key TransposerVideo Bitrate CalculatorSeed Germination Rate CalculatorFertilizer Calculator (NPK)Raised Bed Soil CalculatorFrost Date CalculatorLawn Fertilizer CalculatorCompost Calculator (C:N Ratio)Solar Panel CalculatorSolar ROI CalculatorHome Energy Audit CalculatorAppliance Energy Cost CalculatorWater Usage CalculatorElectricity Generation Cost CalculatorHeat Loss CalculatorFlight Distance CalculatorTravel Budget CalculatorJet Lag CalculatorPacking List GeneratorTip Splitter (Advanced)Lease vs Buy CalculatorHourly Rate Calculator (Freelancer)Invoice Late Fee CalculatorESPP CalculatorStock Split CalculatorOptions Probability CalculatorDollar to Gold ConverterBeam Load CalculatorPipe Flow CalculatorBolt Torque CalculatorGravel, Sand & Topsoil CalculatorRandom Sentence GeneratorRandom Paragraph GeneratorRandom Math Problem GeneratorRandom Bible Verse GeneratorRandom Cat/Dog Name GeneratorRandom Debate Topic GeneratorBody Recomposition CalculatorAlcohol Calorie CalculatorMedication Dosage CalculatorPace to Calories CalculatorHydration CalculatorTrain Meeting Problem SolverAge Word Problem SolverMixture Problem SolverWork Rate Problem SolverDistance-Speed-Time Triangle CalculatorCoin Word Problem SolverNumber Bonds GeneratorCarry and Borrow VisualizerTimes Tables QuizMental Math TrainerRoman Numeral Math SolverEgyptian Multiplication CalculatorVedic Math Tricks CalculatorRussian Peasant MultiplicationSoroban Abacus SimulatorAnnuity Payout CalculatorReverse Mortgage CalculatorVariable Annuity CalculatorFixed Indexed Annuity CalculatorBond Convexity CalculatorBond Duration Calculator (Macaulay & Modified)Forward Rate CalculatorMortgage Recast CalculatorTreasury Inflation-Protected Securities (TIPS) CalculatorStock Beta CalculatorTreynor Ratio CalculatorSortino Ratio CalculatorDoppler Effect CalculatorSpring Constant CalculatorPendulum Period CalculatorCentripetal Force CalculatorAngular Velocity CalculatorMoment of Inertia CalculatorSnell's Law CalculatorCoulomb's Law CalculatorElectric Field CalculatorMagnetic Field of Wire CalculatorLens Equation CalculatorA/B Test Significance CalculatorA/B Test Sample Size CalculatorConversion Rate CalculatorCustomer Lifetime Value (CLV) CalculatorCustomer Acquisition Cost (CAC) CalculatorChurn Rate CalculatorRetention Rate Cohort CalculatorNPS (Net Promoter Score) CalculatorPareto Chart GeneratorSix Sigma Process Capability CalculatorTessellation GeneratorSpirograph GeneratorVoronoi Diagram GeneratorDelaunay Triangulation GeneratorL-System Fractal GeneratorMandelbrot Set ExplorerJulia Set Generator
×

Do us a favor and answer 3 quick questions

Thank you for participating in our survey. Your input will help us to improve our services.

Where exactly did you first hear about us?

What is your favorite tool on our site?

if Other, please specify:

How likely is it that you would recommend this tool to a friend?

NOT AT ALL LIKELYEXTREMELY LIKELY

Likely score: (1-10)