You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clValue Structure > clValue Methods > clValue.SinCos Method
Dew Math for .NET
ContentsIndexHome
Example
var a, s,c: clValue; begin a.Copy(0); a.SinCos(s,c); // s=[0], c =[1] end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.