Examples
Pick any program below — eFrog opens it in the translator with the recommended target pre-selected. Every example is small enough to read end to end and exercises a different EML primitive.
Numerics
Sigmoid
RustLogistic function 1 / (1 + exp(-x)). Saturates outside ±5.
PythonRust
Gaussian PDF
CBell curve. Three params: mean, stddev, sample point.
PythonC
Newton root step
RustOne iteration of Newton's method on f(x) = x² - a.
PythonRust
Softplus
JavaScriptSmooth ReLU: ln(1 + exp(x)). Always differentiable.
PythonJavaScript
Signal processing
Control & dynamics
Finance
Graphics
Don't see your function?
eFrog reads any function whose body reduces to the 16 EML primitives — arithmetic, transcendentals, comparisons. Paste your own on the translator and watch the math fall out.