Documentation ¶
Index ¶
- func Abs(num int) int
- func AbsF(num float64) float64
- func Add(num1, num2 int) int
- func AddF(num1, num2 float64) float64
- func AreaCircle(radius int) float64
- func AreaCircleF(radius float64) float64
- func AreaCone(radius, height int) float64
- func AreaConeF(radius, height float64) float64
- func AreaCube(side int) int
- func AreaCubeF(side float64) float64
- func AreaCylinder(radius, height int) float64
- func AreaCylinderF(radius, height float64) float64
- func AreaEllipse(major, minor int) float64
- func AreaEllipseF(major, minor float64) float64
- func AreaParallelogram(base, height int) int
- func AreaParallelogramF(base, height float64) float64
- func AreaPolygon(lenSide float64, numSide int) float64
- func AreaRect(length, width int) int
- func AreaRectF(length, width float64) float64
- func AreaRhombus(diag1, diag2 int) int
- func AreaRhombusF(diag1, diag2 float64) float64
- func AreaSphere(radius int) float64
- func AreaSphereF(radius float64) float64
- func AreaSquare(side int) int
- func AreaSquareF(side float64) float64
- func AreaTrapezoid(base1, base2, height int) float64
- func AreaTrapezoidF(base1, base2, height float64) float64
- func AreaTriangle(base, height int) int
- func AreaTriangleF(base, height float64) float64
- func Cbrt(number int) int
- func CbrtF(number float64) float64
- func Ceil(num float64) int
- func Cos(angle int) float64
- func CosF(angle float64) float64
- func DiagRect(length, width int) float64
- func DiagRectF(length, width float64) float64
- func Distance(speed, time float64) float64
- func Divide(num1, num2 int) int
- func DivideF(num1, num2 float64) float64
- func Factorial(num int) int
- func Floor(num float64) int
- func IsEven(num int) bool
- func IsOdd(num int) bool
- func IsPerfectSquare(num int) bool
- func IsPrime(num int) bool
- func Log(number, base int) int
- func Log10(number int) int
- func Log10F(number float64) float64
- func Log2(number int) int
- func Log2F(number float64) float64
- func LogF(number, base float64) float64
- func Max(nums ...int) int
- func MaxF(nums ...float64) float64
- func Mean(nums ...int) int
- func MeanF(nums ...float64) float64
- func Min(nums ...int) int
- func MinF(nums ...float64) float64
- func Multi(nums ...int) int
- func MultiF(nums ...float64) float64
- func PeriCircle(radius int) float64
- func PeriCircleF(radius float64) float64
- func PeriCube(side int) int
- func PeriCubeF(side float64) float64
- func PeriRect(length, width int) int
- func PeriRectF(length, width float64) float64
- func PeriSquare(side int) int
- func PeriSquareF(side float64) float64
- func PeriTriangle(side1, side2, side3 int) int
- func PeriTriangleF(side1, side2, side3 float64) float64
- func Pow(base, exp int) int
- func Pow2(base int) int
- func Pow2F(base float64) float64
- func Pow3(base int) int
- func Pow3F(base float64) float64
- func PowF(base, exp float64) float64
- func Pytago(side1, side2 int) float64
- func PytagoF(side1, side2 float64) float64
- func Remainder(num1, num2 int) int
- func Root(number, n int) int
- func RootF(number, n float64) float64
- func Round(num float64) int
- func Sin(angle int) float64
- func SinF(angle float64) float64
- func Speed(distance, time float64) float64
- func Sqrt(number int) int
- func SqrtF(number float64) float64
- func Sub(num1, num2 int) int
- func SubF(num1, num2 float64) float64
- func Sum(nums ...int) int
- func SumF(nums ...float64) float64
- func Tan(angle int) float64
- func TanF(angle float64) float64
- func Time(distance, speed float64) float64
- func VolCone(radius, height int) float64
- func VolConeF(radius, height float64) float64
- func VolCube(side int) int
- func VolCubeF(side float64) float64
- func VolCylinder(radius, height int) float64
- func VolCylinderF(radius, height float64) float64
- func VolRect(length, width, height int) int
- func VolRectF(length, width, height float64) float64
- func VolSphere(radius int) float64
- func VolSphereF(radius float64) float64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AreaCircle ¶
func AreaCircleF ¶
func AreaCylinder ¶
func AreaCylinderF ¶
func AreaEllipse ¶
func AreaEllipseF ¶
func AreaParallelogram ¶
func AreaParallelogramF ¶
func AreaPolygon ¶
func AreaRhombus ¶
func AreaRhombusF ¶
func AreaSphere ¶
func AreaSphereF ¶
func AreaSquare ¶
func AreaSquareF ¶
func AreaTrapezoid ¶
func AreaTrapezoidF ¶
func AreaTriangle ¶
func AreaTriangleF ¶
func IsPerfectSquare ¶
func PeriCircle ¶
func PeriCircleF ¶
func PeriSquare ¶
func PeriSquareF ¶
func PeriTriangle ¶
func PeriTriangleF ¶
func VolCylinder ¶
func VolCylinderF ¶
func VolSphereF ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.