Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

cauchy

import { cauchy } from "https://git.sr.ht/~ruivieira/deno-experiments/blob/master/mentat/stats/distributions.ts";
function cauchy(
x: number,
location: number,
scale: number,
);
§
cauchy(x: number, location: number, scale: number)
[src]

§Parameters

§
x: number
[src]
§
location: number
[src]
§
scale: number
[src]