You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clValue Structure > clValue Methods > clValue.LogN Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clValue.LogN Method

Log base N.

Syntax
C#
Visual Basic
public TOpenCLValue LogN(double N, TOpenCLValue X);

Computes Log with base N.

var a,b: clValue; begin b.Copy(2.3); a.LogN(4, b); // // a = LogN(4, 2.3) end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!