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

round

import { round } from "https://raw.githubusercontent.com/Hatscat/MetavaScript/main/index.ts";

round a float number

@example
// return "1.2+.5|0"
round(1.2)
function round(value: Primitive): string;
§
round(value: Primitive): string
[src]

§Parameters

§Return Type

§
string
[src]