Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/math/index.ts

A JavaScript extension package for building strong and modern applications.
Latest
import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/math/index.ts";

Functions for mathematical calculations.

Functions

Returns the average value of the given values.

Returns a the product value multiplied by the given values.

Returns the rounded value of the given number.

Returns the sum value of the given values.