package complex

import "github.com/mmcloughlin/avo/examples/complex"

Package complex shows how to work with complex types in avo.

Index

Functions

func Imag

func Imag(z complex128) float64

Imag returns the imaginary part of z.

func Norm

func Norm(z complex128) float64

Norm returns the complex norm of z.

func Real

func Real(z complex128) float64

Real returns the real part of z.

Source Files

doc.go stub.go

Version
v0.3.1
Published
Oct 31, 2021
Platform
js/wasm
Last checked
1 month ago

Tools for package owners.