package
1.0.8
Repository: https://github.com/engoengine/engo.git
Documentation: pkg.go.dev

# Functions

Abs returns the absolute value of x.
Cbrt returns the cube root of x.
Copysign returns a value with the magnitude of x and the sign of y.
Dim returns the maximum of x-y or 0.
Exp2 returns 2**x, the base-2 exponential of x.
Hypot returns Sqrt(p*p + q*q), taking care to avoid unnecessary overflow and underflow.
Intbits return the binary representation of i.
Intfrombits returns the int represented from b.
Log returns the natural logarithm of x.
Max returns the larger of x or y.
Min returns the smaller of x or y.
Mod returns the x%y.
Nextafter returns the next representable int value after x towards y.
Pow returns x**y, the base-x exponential of y.
Pow10 returns 10**e, the base-10 exponential of e.
Signbit returns true if x is negative or negative zero.
Sqrt returns the square root of x.

# Constants

Integer limit values.
Integer limit values.
Integer limit values.
Integer limit values.
Integer limit values.
Integer limit values.
Integer limit values.
Integer limit values.
Integer limit values.
Integer limit values.
Integer limit values.
Integer limit values.