Číst v angličtině Upravit

Sdílet prostřednictvím


Half.Log10P1(Half) Method

Definition

Computes the base-10 logarithm of a value plus one.

public static Half Log10P1 (Half x);

Parameters

x
Half

The value to which one is added before computing the base-10 logarithm.

Returns

log10(x + 1)

Implements

Applies to