Documentation ¶
Overview ¶
Package bigfloat provides the implementation of a few additional operations for the standard library big.Float type.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Exp ¶
Exp returns a big.Float representation of exp(z). Precision is the same as the one of the argument. The function returns +Inf when z = +Inf, and 0 when z = -Inf.
func Log ¶
Log returns a big.Float representation of the natural logarithm of z. Precision is the same as the one of the argument. The function panics if z is negative, returns -Inf when z = 0, and +Inf when z = +Inf
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.