On CBS.com: Six show girls attacked
1 Resources for

trigometric functions

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Trigometric Functions (exe)
Trigometric Functions is designed to graphically display all the trig functions. The amplitude, period and phase of each function can be varied to see the graphic change in the function. Students can compare the Sine and Cosine functions and see how they differ. Students can plot these functions in a...
Tags: Function, Trigometric Functions
Software downloads 2006-10-02

Additional Resources

An Introduction to SAS Character Functions (Including Some New SAS9 Functions)
SAS software is especially rich in its assortment of functions that deal with character data. This class of functions is sometimes called STRING functions. With over 30 new character functions in Version 9, the power of SAS to manipulate character data is even more impressive. Some of the functions discussed...
Tags: Function, SAS Institute
White papers 2005-03-09
An Introduction to SAS Character Functions
SAS software is especially rich in its assortment of functions that deal with character data. This class of functions is sometimes called STRING functions. With over 30 new character functions in SAS 9, the power of SAS to manipulate character data is even more impressive. Some of the functions discussed...
Tags: Function, SAS Institute
White papers 2007-05-14
SQL: Window Functions
Window functions enable the user to look at different levels of aggregation in the same result row. They make it easy to specify cumulative sum, moving average, share-of, and many other important calculations. Window functions are supported in Oracle where they are known as analytic functions and DB2 (where they...
Tags: Function, Window, SQL, O'Reilly Media Inc., Construction, Data Mining, Databases, Enterprise Software, Software, Data Management
Book chapters 2006-04-01
User-Written DATA Step Functions
For years, users have asked for the ability to write functions in DATA step syntax. The day has come when this is possible. In SAS9, the FCMP procedure provides the ability to write functions using DATA step syntax. In SAS 9.2, these functions can be called from a DATA step....
Tags: Function, SAS Institute
White papers 2007-05-14
35 PHP functions for parsing and manipulating URLs and HTML
PHP comes with numerous functions for parsing and manipulating URLs and HTML documents. These functions make it possible to easily accomplish specialized tasks, such as turning text into HTML, reading script variables from a URL or sending HTTP directives to the user's browser. The table in this download lists some...
Tags: Function, HTML, PHP, Scripting Languages, Software/Web Development, Web Development
Download resources 2005-04-22
Learning Curve Journal, Part 3: JavaFX Script Functions
Use functions to add behavior to JavaFX applications. UI components have attributes that map to functions. One can define those functions to handle UI events such as action, onMouseClicked, and onKeyTyped. Functions have the additional property that they reevaluate their parameters and referenced variables within their function body. One can...
Tags: Function, Attribute
White papers 2008-07-01
Graph (exe)
This program is for drawing graphs of mathematical functions in a coordinate system. Graphs may be added with different color and line styles. Both standard functions, parameter functions and polar functions are supported. It is possible to evaluate a function at an entered point or tracing the function with the...
Tags: Function, Mice, Hardware, Peripherals
Software downloads 2005-11-15
Binary Functions Library (zip)
Many people say that Visual Basic is not powerful, however, it supports DLLs which expands its limitations to create robust applications. This library includes almost all bitwise functions you will imagine, such as Left Shift, Logical Right Shift, Arithmetic Right Shift, and many more. They are compatible with both VB...
Tags: Function, Microsoft Development Tools, Programming Languages, 64-Bit, Development Tools, Software Development, Software/Web Development, Processors, Semiconductors, Hardware, Components
Software downloads 2005-12-19
17 useful functions for manipulating arrays in PHP
17 useful PHP array functions – What's missing?The table is also available in downloadable PDF:http://techrepublic.com.com/5138-3513-5792845.htmlOf the over 60 PHP array functions, this document has listed only 17. [b]Which functions would you include in the next version of this table?[/b]Follow-up - What's missing?I have to agree with Mr. Kaelin. PHP has...
Tags: Scripting languages, PHP
Discussion threads 2005-07-18
NexFunc (msi)
NexFunc is an advanced expressions evaluator that allows the combination of mathematical operations between native and definite functions in a flexible and practical manner for the user. The main functionalities of the application are: operations with native entities--13 constants, 76 functions and 11 by means of operators, 87 in total;...
Tags: Function, NexFunc, User Function
Software downloads 2006-09-19
XPCalc (exe)
XPCalc is a floating-point calculator program with the following features: extra precision to millions of decimal places; uses fast hartley transform to speed-up long multiplies; separate input and output notation, base 2 to base 36; efficient transcendental functions; hyperbolic functions--greatest common divisor function; modulo arithmetic options; boolean functions. All of...
Tags: Function, XPCalc
Software downloads 2007-11-15
The Basics of the PRX Functions
With the advent of SAS 9, the power of Perl's regular expressions is now available in the DATA step. The PRX functions and call routines let readers to use the pattern matching features of Perl 5.6.1 to do these tasks, and more. This paper will explain what regular expressions are,...
Tags: Function, Perl, SAS Institute, Scripting Languages, Programming Languages, Development Tools, Software/Web Development, Web Development, Software Development
White papers 2007-05-14
Hook API SDK (zip)
Hook API SDK is a Software Development Kit for easy and quickly develop Windows system wide hooking program. It helps you hooking Windows system functions or functions in 3rd applications, this means you can call your own functions instead of some Windows system APIs or functions of other appliction.
Tags: Function, Hook-API SDK, Microsoft Windows, Operating Systems, Software
Software downloads 2006-05-30
Improve your dev skills with an intimate knowledge of PHP's date and time functions
Do you have the time?The downloadable version of is this article is available here:http://techrepublic.com.com/5138-3513-6044698.htmlDate and time functions play a vital role in many aspects of Web development, what other PHP functions do you rely on most?
Tags: application development, knowledge, Mark W. Kaelin, mellonfire, PHP, programming
Discussion threads 2006-03-01
Improve your development skills with an intimate knowledge of PHP's date and time functions
This document outlines the most important date and time functions available in PHP, providing clear explanations of where each should and should not be used. Collecting, manipulating, and recording date and time information can be critical to the operation of many Web sites. For those sites using...
Tags: Function, Knowledge, PHP, Scripting Languages, Software/Web Development, Web Development
Download resources 2006-03-01
Obtain user, group, and process information in Perl
Perl user functionsThis article is also available in download form here:http://techrepublic.com.com/5138-3513-5973985.htmlSeveral Perl functions are listed in this document, what other Perl functions would you like to see examined in a download?
Tags: Scripting languages, Programming languages, Development tools, Perl
Discussion threads 2005-11-28
understanding how to use the INDEX, CHOOSE, ISERROR FUNCTIONS IN EXCEL
Does anyone know where I can get good tutorials to learn how to use these functions.
Tags: bhapi148@..., Microsoft Excel
Discussion threads 2007-05-25
LP-Calc (zip)
LP-Calc is a fully functional scientific calculator program that can be used as an alternative to the Microsoft Calculator program that comes with Microsoft Windows. As well as doing basic calculations, LP-Calc can also be used to assist with programming as it understands functions and some statements from VBScript and...
Tags: Function, Microsoft VBScript, LP-Calc, Scripting Languages, Microsoft Development Tools, Software/Web Development, Web Development, Development Tools, Software Development
Software downloads 2007-05-31
17 useful PHP array functions complete with examples
This document outlines some of the more useful functions in the PHP array toolkit, and features detailed explanations and usage examples. Like arrays in other programming languages, PHP arrays allow you to store multiple values in a single variable and operate on them as a set. With...
Tags: Function, TechRepublic Inc., PHP, Scripting Languages, Software/Web Development, Web Development
Download resources 2005-07-18
  • << Previous
  • page 1 of 1
  • Next >>


Network Administration in Windows Server 2003
While the role of a Windows network administrator would never be considered easy, you can lighten your load by knowing the ins and outs of Microsoft's ...
Buy Now
Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now