fhcms

command module
v0.0.0-...-2477fcf Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2023 License: AGPL-3.0 Imports: 2 Imported by: 0

README

Far Horizons Game Engine

Floats vs Integers

Precision limitations on integer values

  1. Integers from −253 to 253 (−9,007,199,254,740,992 to 9,007,199,254,740,992) can be exactly represented
  2. Integers between 253 and 254 = 18,014,398,509,481,984 round to a multiple of 2 (even number)
  3. Integers between 254 and 255 = 36,028,797,018,963,968 round to a multiple of 4

Sourced from https://en.wikipedia.org/wiki/Double-precision_floating-point_format.

MariaDB

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cms
internal
api
app
cms
dat32
Package dat32 exports types that match the data structures in the 32-bit version of the C program.
Package dat32 exports types that match the data structures in the 32-bit version of the C program.
jot
Package jot defines a JOT type that's stored in Cookies and Contexts.
Package jot defines a JOT type that's stored in Cookies and Contexts.
repos/cdb
Package cdb implements a CockroachDB repository.
Package cdb implements a CockroachDB repository.
responders
Package responders implements the presentation logic for the application.
Package responders implements the presentation logic for the application.
view
Package view implements a handler for Go HTML Templates.
Package view implements a handler for Go HTML Templates.
way
pkg
facade
Package facade implements Mat Ryer's Facade from Go Programming Blueprints.
Package facade implements Mat Ryer's Facade from Go Programming Blueprints.

Jump to

Keyboard shortcuts

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