number

package
v0.25.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2024 License: GPL-3.0 Imports: 3 Imported by: 14

README

Number

A simple library to work with numbers in Go programming language.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseFloat32 added in v0.16.0

func ParseFloat32(s string) (f32 float32, err error)

func ParseFloat64 added in v0.16.0

func ParseFloat64(s string) (f64 float64, err error)

func ParseInt

func ParseInt(s string) (i int, err error)

func ParseInt16

func ParseInt16(s string) (i int16, err error)

func ParseInt32

func ParseInt32(s string) (i int32, err error)

func ParseInt64 added in v0.8.5

func ParseInt64(s string) (i int64, err error)

func ParseInt8

func ParseInt8(s string) (i int8, err error)

func ParseUint

func ParseUint(s string) (u uint, err error)

func ParseUint16

func ParseUint16(s string) (u uint16, err error)

func ParseUint32

func ParseUint32(s string) (u uint32, err error)

func ParseUint64 added in v0.8.5

func ParseUint64(s string) (u uint64, err error)

func ParseUint8

func ParseUint8(s string) (u uint8, err error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL