Link:http://output.to/sideway/default.asp?qno=170900025 ShuowenJiezi Chinese Character Radicals 亢 Chinese ShuowenJiezi Radical 399 亢(U+4EA2)
Link:http://output.to/sideway/default.asp?qno=170900026 Script, Scripting Language, VBScript elements, Server-Side VBScript Function, Math Function, Sin, Cos, Tan, Atan
VBScript Math FunctionsFunctions for manipulating mathematics expression. Sin Functionlast updated 9/21/2017Converts a given number to the sine of the given number by taking the given number as an angle in radian. SyntaxSin(number) ArgumentnumberRequired. Any valid numeric expression that expresses an angle in radians.ReturnsReturns a Variant of Double data subtype containing the sine, sin function of a given number.Special returns of Sin function: numberreturn valueNullRun-time ErrorEmpty0""Run-time Error Remarks
Requirement1vbSinglelast updated 11/26/2017to specify a Single subtype Returns4Requirement2Cos Functionlast updated 9/17/2017Converts a given number to the cosine of the given number by taking the given number as an angle in radian. SyntaxCos(number) ArgumentnumberRequired. Any valid numeric expression that expresses an angle in radians.ReturnsReturns a Variant of Double data subtype containing the cosine, cos function of a given number .Special returns of Cos function: numberreturn valueNullRun-time ErrorEmpty1""Run-time Error Remarks
Requirement1ExamplesExamples of Sin, Cos, Tan functions ASP VbScript Command:
HTML Web Page In-line Output: π≈pi=4*Atn(1)=3.14159265358979 Results on Microsoft Windows 8.1 Pro x64, Microsoft-IIS/8.5, VBScript Version 5.8 of page /internet/users/sideblog/default.asp varsnum, TypeNameSin(num), TypeNameCos(num), TypeNameTan(num), TypeNamenum=Empty[], Empty[0], Double[1], Double[0], Doublenum=0[0], Integer[0], Double[1], Double[0], Doublenum=pi/4[0.785398163397448], Double[0.707106781186547], Double[0.707106781186548], Double[1], Doublenum=-pi/4[-0.785398163397448], Double[-0.707106781186547], Double[0.707106781186548], Double[-1], Doublenum=pi/2[1.5707963267949], Double[1], Double[6.12323399573677E-17], Double[1.63312393531954E+16], Doublenum=-pi/2[-1.5707963267949], Double[-1], Double[6.12323399573677E-17], Double[-1.63312393531954E+16], Doublenum=pi[3.14159265358979], Double[1.22464679914735E-16], Double[-1], Double[-1.22464679914735E-16], Doublenum=-pi[-3.14159265358979], Double[-1.22464679914735E-16], Double[-1], Double[1.22464679914735E-16], Double GetStandardStream Methodlast updated 12/14/2017is to return a standard TextStream Object according to the given standardStreamType setting and specified optional unicode setting. Syntaxfsoobjvar.GetStandardStream(standardStreamType [, unicode ]) ArgumentfsoobjvarRequired. to specify the associated Object instance reference.GetStandardStreamRequired Keyword. to specify the Method of associated Object.standardStreamTypeRequired. Can be one of three constants: StdErr, StdIn, or StdOut.unicodeOptional. Boolean value that indicates whether the file is created as a Unicode or ASCII file. The value is true if the file is created as a Unicode file, false if it is created as an ASCII file. If omitted, an ASCII file is assumed.SettingsstandardStreamType argument: ConstantValueDescriptionStdIn0Returns a TextStream object corresponding to the standard input stream.StdOut1Returns a TextStream object corresponding to the standard output stream.StdErr2Returns a TextStream object corresponding to the standard error stream. Tan Functionlast updated 9/21/2017Converts a given number to the tangent of the given number by taking the given number as an angle in radian. SyntaxTan(number) ArgumentnumberRequired. Any valid numeric expression that expresses an angle in radians.ReturnsReturns a Variant of Double data subtype containing the tangent, tan function of a given number.Special returns of Tan function: numberreturn valueNullRun-time ErrorEmpty0""Run-time Error Remarks
Requirement1vbBinaryCompare Constantlast updated 11/25/2017to perform a binary comparison Returns0Requirement2vbBlack Constantlast updated 11/25/2017Color Black Returns&h00Remarks
Requirement2vbBlue Constantlast updated 11/25/2017Color Blue Returns&hFF0000Remarks
Requirement2vbCyan Constantlast updated 11/25/2017Color Cyan Returns&hFFFF00Remarks
Requirement2vbFirstFourDays Constantlast updated 11/25/2017to use the first week that has at least four days in the new year as the first week of the year.. Returns2Requirement2vbFirstFullWeek Constantlast updated 11/25/2017to use the first full week of the new year as the first week of the year. Returns3Requirement2vbFirstJan1 Constantlast updated 11/25/2017to use the week in which January 1 occurs as the first week of the year. Returns1Requirement2vbFriday Constantlast updated 11/25/2017Friday Returns6Requirement2vbGeneralDate Constantlast updated 11/25/2017to display a date and/or time using the GeneralDate format specified in local computer's system settings. For real numbers, display a date and time. If there is no fractional part, display only a date. If there is no integer part, display time only. Returns0Requirement2vbGreen Constantlast updated 11/25/2017Color Green Returns&hFF00Remarks
Requirement2vbLongDate Constantlast updated 11/25/2017to display a date using the LongDate format specified in local computer's regional settings. Returns1Requirement2vbLongTime Constantlast updated 11/25/2017to display a date using the LongTime format specified in local computer's regional settings. Returns3Requirement2vbMagenta Constantlast updated 11/25/2017Color Magenta Returns&hFF00FFRemarks
Requirement2vbMonday Constantlast updated 11/25/2017Monday Returns2Requirement2vbObjectError Constantlast updated 11/25/2017the reference value for creating user-defined error numbers which should be greater than this value. Returns-2147221504Requirement2vbOKOnly Constantlast updated 11/25/2017to display OK button only. Returns0Requirement2vbRed Constantlast updated 11/25/2017Color Red Returns&hFFRemarks
Requirement2vbSaturday Constantlast updated 11/25/2017Saturday Returns7Requirement2vbShortDate Constantlast updated 11/25/2017to display a date using the ShortDate format specified in local computer's regional settings. Returns2Requirement2vbShortTime Constantlast updated 11/25/2017to display a date using the ShortTime format specified in local computer's regional settings. Returns4Requirement2vbSunday Constantlast updated 11/25/2017Sunday Returns1Requirement2vbTextCompare Constantlast updated 11/25/2017to perform a text comparison Returns1Requirement2vbThursday Constantlast updated 11/25/2017Thursday Returns5Requirement2vbTuesday Constantlast updated 11/25/2017Tuesday Returns3Requirement2vbUseSystem Constantlast updated 11/25/2017to use National Language Support (NLS) API setting as the first week of the year.. Returns0Requirement2vbUseSystemDayOfWeek Constantlast updated 11/25/2017to use the day of the week specified in local system settings as the first day of the week. Returns0Requirement2vbWednesday Constantlast updated 11/25/2017Wednesday Returns4Requirement2vbWhite Constantlast updated 11/25/2017Color White Returns&hFFFFFFRemarks
Requirement2vbYellow Constantlast updated 11/25/2017Color Yellow Returns&hFFFFRemarks
Requirement2Atn Functionlast updated 9/16/2017Converts a given number to an angle in radian by taking the inverse trigonometric function of tangent function of the given number. SyntaxAtn(number) ArgumentnumberRequired. Any valid numeric expressionReturnsReturns a Variant of Double data subtype containing the arctangent, arctan function of a given number.Special returns of Atn function: numberreturn valueNullRun-time ErrorEmpty0""Run-time Error Remarks
Requirement1ExamplesExamples of Atn functions ASP VbScript Command:
HTML Web Page In-line Output:
π≈pi=4*Atn(1)=3.14159265358979 Results on Microsoft Windows 8.1 Pro x64, Microsoft-IIS/8.5, VBScript Version 5.8 of page /internet/users/sideblog/default.asp varsnum, TypeNameAtn(num), TypeNamenum=Empty[], Empty[0], Doublenum=0[0], Integer[0], Doublenum=1[1], Integer[0.785398163397448], Doublenum=-1[-1], Integer[-0.785398163397448], Doublenum=1.633E+16[1.633E+16], Double[1.5707963267949], Doublenum=-1.633E+16[-1.633E+16], Double[-1.5707963267949], Double Sources |
Sideway BICK Blog 21/09 |