common

package
v0.3.12 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var T_status int32 = int32(0)

Functions

func Checkcr added in v0.3.12

func Checkcr(y float64, ywant float64, r int32) int32

func Checkexcept added in v0.3.12

func Checkexcept(got int32, want int32, r int32) int32

func Checkexceptall added in v0.3.12

func Checkexceptall(got int32, want int32, r int32) int32

func Checkulp added in v0.3.12

func Checkulp(d float32, r int32) int32

func Estr

func Estr(f int32) *int8

func Rstr

func Rstr(r int32) *int8

func T_choose

func T_choose(n uint64, k uint64, p *uint64) int32

func T_printf

func T_printf(s *int8, __cgo_args ...interface {
}) int32

func T_randint

func T_randint(a uint64, b uint64) uint64

func T_randn

func T_randn(n uint64) uint64

func T_randrange

func T_randrange(p *uint64, n uint64)

func T_randseed

func T_randseed(s uint64)

func T_shuffle

func T_shuffle(p *uint64, n uint64)

func Ulperr

func Ulperr(got float64, want float64, dwant float32) float32

func Ulperrf

func Ulperrf(got float32, want float32, dwant float32) float32

func Ulperrl

func Ulperrl(got float64, want float64, dwant float32) float32

Types

type Struct_d_d added in v0.3.12

type Struct_d_d struct {
	File *int8
	Line int32
	R    int32
	X    float64
	Y    float64
	Dy   float32
	E    int32
}

type Struct_d_dd added in v0.3.12

type Struct_d_dd struct {
	File *int8
	Line int32
	R    int32
	X    float64
	Y    float64
	Dy   float32
	Y2   float64
	Dy2  float32
	E    int32
}

type Struct_d_di added in v0.3.12

type Struct_d_di struct {
	File *int8
	Line int32
	R    int32
	X    float64
	Y    float64
	Dy   float32
	I    int64
	E    int32
}

type Struct_d_i added in v0.3.12

type Struct_d_i struct {
	File *int8
	Line int32
	R    int32
	X    float64
	I    int64
	E    int32
}

type Struct_dd_d added in v0.3.12

type Struct_dd_d struct {
	File *int8
	Line int32
	R    int32
	X    float64
	X2   float64
	Y    float64
	Dy   float32
	E    int32
}

type Struct_dd_di added in v0.3.12

type Struct_dd_di struct {
	File *int8
	Line int32
	R    int32
	X    float64
	X2   float64
	Y    float64
	Dy   float32
	I    int64
	E    int32
}

type Struct_ddd_d added in v0.3.12

type Struct_ddd_d struct {
	File *int8
	Line int32
	R    int32
	X    float64
	X2   float64
	X3   float64
	Y    float64
	Dy   float32
	E    int32
}

type Struct_di_d added in v0.3.12

type Struct_di_d struct {
	File *int8
	Line int32
	R    int32
	X    float64
	I    int64
	Y    float64
	Dy   float32
	E    int32
}

type Struct_f_f added in v0.3.12

type Struct_f_f struct {
	File *int8
	Line int32
	R    int32
	X    float32
	Y    float32
	Dy   float32
	E    int32
}

type Struct_f_ff added in v0.3.12

type Struct_f_ff struct {
	File *int8
	Line int32
	R    int32
	X    float32
	Y    float32
	Dy   float32
	Y2   float32
	Dy2  float32
	E    int32
}

type Struct_f_fi added in v0.3.12

type Struct_f_fi struct {
	File *int8
	Line int32
	R    int32
	X    float32
	Y    float32
	Dy   float32
	I    int64
	E    int32
}

type Struct_f_i added in v0.3.12

type Struct_f_i struct {
	File *int8
	Line int32
	R    int32
	X    float32
	I    int64
	E    int32
}

type Struct_ff_f added in v0.3.12

type Struct_ff_f struct {
	File *int8
	Line int32
	R    int32
	X    float32
	X2   float32
	Y    float32
	Dy   float32
	E    int32
}

type Struct_ff_fi added in v0.3.12

type Struct_ff_fi struct {
	File *int8
	Line int32
	R    int32
	X    float32
	X2   float32
	Y    float32
	Dy   float32
	I    int64
	E    int32
}

type Struct_fff_f added in v0.3.12

type Struct_fff_f struct {
	File *int8
	Line int32
	R    int32
	X    float32
	X2   float32
	X3   float32
	Y    float32
	Dy   float32
	E    int32
}

type Struct_fi_f added in v0.3.12

type Struct_fi_f struct {
	File *int8
	Line int32
	R    int32
	X    float32
	I    int64
	Y    float32
	Dy   float32
	E    int32
}

type Struct_l_i added in v0.3.12

type Struct_l_i struct {
	File *int8
	Line int32
	R    int32
	X    float64
	I    int64
	E    int32
}

type Struct_l_l added in v0.3.12

type Struct_l_l struct {
	File *int8
	Line int32
	R    int32
	X    float64
	Y    float64
	Dy   float32
	E    int32
}

type Struct_l_li added in v0.3.12

type Struct_l_li struct {
	File *int8
	Line int32
	R    int32
	X    float64
	Y    float64
	Dy   float32
	I    int64
	E    int32
}

type Struct_l_ll added in v0.3.12

type Struct_l_ll struct {
	File *int8
	Line int32
	R    int32
	X    float64
	Y    float64
	Dy   float32
	Y2   float64
	Dy2  float32
	E    int32
}

type Struct_li_l added in v0.3.12

type Struct_li_l struct {
	File *int8
	Line int32
	R    int32
	X    float64
	I    int64
	Y    float64
	Dy   float32
	E    int32
}

type Struct_ll_l added in v0.3.12

type Struct_ll_l struct {
	File *int8
	Line int32
	R    int32
	X    float64
	X2   float64
	Y    float64
	Dy   float32
	E    int32
}

type Struct_ll_li added in v0.3.12

type Struct_ll_li struct {
	File *int8
	Line int32
	R    int32
	X    float64
	X2   float64
	Y    float64
	Dy   float32
	I    int64
	E    int32
}

type Struct_lll_l added in v0.3.12

type Struct_lll_l struct {
	File *int8
	Line int32
	R    int32
	X    float64
	X2   float64
	X3   float64
	Y    float64
	Dy   float32
	E    int32
}

Jump to

Keyboard shortcuts

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