package
Version:
v0.0.0-...-8c08148
Opens a new window with list of versions in this module.
Published: May 23, 2026
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
Package zfloat implements functions for floats.
IsSignedZero checks if this number is a signed zero (i.e. -0, instead of +0).
Join a float with the given separator.
Limit a value between a lower and upper limit.
RoundTo rounds the value to the given precision.
e.g. RoundTo(7.258, 2) will return 7.26
Split converts a string of numbers to a []float64.
Byte is a float64 where the String() method prints out a human-redable
description.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.