Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/colormath/src/utils.ts>fixedFloat

A color conversion and color manipulation library written in typescript for Node.js, Deno and Browser 🎨.
Latest
function fixedFloat
import { fixedFloat } from "https://deno.land/x/colormath@1.2.4/src/utils.ts";

Reduces the decimals of the float to one decimal.

Parameters

num: number

Returns

number