- Sort Score
- Num 10 results
- Language All
Results 71 - 74 of 74 for maxDate (0.08 seconds)
-
api/go1.txt
pkg math, func Tanh(float64) float64 pkg math, func Trunc(float64) float64 pkg math, func Y0(float64) float64 pkg math, func Y1(float64) float64 pkg math, func Yn(int, float64) float64 pkg math/big, const MaxBase ideal-char pkg math/big, func NewInt(int64) *Int pkg math/big, func NewRat(int64, int64) *Rat pkg math/big, method (*Int) Abs(*Int) *Int pkg math/big, method (*Int) Add(*Int, *Int) *Int
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0) -
docs/en/docs/release-notes.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Apr 03 12:07:04 GMT 2026 - 631K bytes - Click Count (0) -
lib/fips140/v1.26.0.zip
initial state. initBlock []byte } func bytepadWrite(c *SHAKE, data []byte, rate int) { rateEnc := leftEncode(uint64(rate)) c.Write(rateEnc) c.Write(data) if padlen := rate - (len(rateEnc)+len(data))%rate; padlen < rate { const maxRate = rateK256 c.Write(make([]byte, padlen, maxRate)) // explicit cap to allow stack allocation } } func leftEncode(x uint64) []byte { // Let n be the smallest positive integer for which 2^(8n) > x. n := (bits.Len64(x) + 7) / 8 if n == 0 { n = 1 } // Return n || x with n as...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0) -
api/go1.1.txt
pkg math, const SqrtPi = 1.77245 // 177245385090551602729816748334114518279754945612238712821380779/100000000000000000000000000000000000000000000000000000000000000 pkg math/big, const MaxBase = 36 pkg math/big, method (*Int) MarshalJSON() ([]uint8, error) pkg math/big, method (*Int) SetUint64(uint64) *Int pkg math/big, method (*Int) Uint64() uint64 pkg math/big, method (*Int) UnmarshalJSON([]uint8) error
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Mar 31 20:37:15 GMT 2022 - 2.6M bytes - Click Count (0)