Geometry.Net - the online learning center
Home  - Math_Help_Desk - Math Constant
e99.com Bookstore
  
Images 
Newsgroups
Page 6     101-109 of 109    Back | 1  | 2  | 3  | 4  | 5  | 6 

         Math Constant:     more books (33)
  1. A List of Factorial Math Constants
  2. A List of Factorial Math Constants by Unknown (World Cultural Heritage Library) by Frank Nelson Palmer, 2009-03-03
  3. Catalan's Constant by Math Books, 2008-06-02
  4. The Constant Couple by George Farquhar, 2010-08-18
  5. Bows, Arrows, and Aircraft Carriers: Moving Bodies with Constant Mass (Math in a Box) by Films for the Humanities & Sciences (DVD), 2004
  6. Take-off: Moving Bodies with Constant Mass (Math in a Box) by Films for the Humanities & Sciences (DVD), 2004
  7. A List of Factorial Math Constants
  8. A List of Factorial Math Constants
  9. Vapor Pressure and Antoine Constants for Hydroncarbons, and Sulfur, Selenium, Tellurium, and Halogen Containing Organic Compounds (Landolt-Börnstein: Numerical ... - New Series / Physical Chemistry)
  10. Physical and Chemical Processes and Gas Dynamics: Cross Sections and Rate Constants (Progress in Astronautics and Aeronautics, 196) by S. A. Losev, S. O. Macheret, et all 2002-04
  11. Constant: Webster's Timeline History, 1996 by Icon Group International, 2010-03-10
  12. Constant: Webster's Timeline History, 1989 - 1990 by Icon Group International, 2010-03-10
  13. Constant: Webster's Timeline History, 2001 by Icon Group International, 2010-03-10
  14. Constant: Webster's Timeline History, 1997 by Icon Group International, 2010-03-10

101. Zeal.com - United States - New - Library - Sciences - Mathematics - Constant Num
Mathematics enthusiast offers an explanation for Euler s constant, and provides instructions on how to calculate it. Contributed by MikeN LookSmart Editor
http://zeal.com/category/preview.jhtml?cid=10035510

102. The MATH Signature
The signature math specifies basic mathematical constants, the square root function, and trigonometric, hyperbolic, exponential and logarithmic functions
http://www.smlnj.org/doc/basis/pages/math.html
The Standard ML Basis Library
The MATH signature
The signature MATH specifies basic mathematical constants, the square root function, and trigonometric, hyperbolic, exponential and logarithmic functions based on a real type. The functions defined here have roughly the same semantics as their counterparts in ISO C's math.h The top-level structure Math provides these functions for the default real type Real.real In the functions below, unless specified otherwise, if any argument is a NaN, the return value is a NaN. In a list of rules specifying the behavior of a function in special cases, the first matching rule defines the semantics.
Synopsis
signature MATH
structure Math MATH
Interface
type real
val pi real
val e real
val sqrt
val sin
val cos
val tan
val asin
val acos
val atan val val exp val pow val ln val val sinh val cosh val tanh
Description
type real
pi
denotes the constant pi (3.141592653...).
e
denotes the base of the natural logarithm e
sqrt x
returns the square root of x sqrt . If x
sin x
cos x
tan x
return the sine, cosine and tangent, respectively, of x , measured in radians. If

103. Mathsoft Constants - Mathcad Library
This website aims to show that there are many constants in mathematics other than just e and pi!
http://www.mathcad.com/library/Constants/

104. Math::constants
Here is the way you can do it with the mathconstants package package require mathconstants mathconstantsconstants radtodeg degtorad
http://tcllib.sourceforge.net/doc/constants.html
NAME SYNOPSIS DESCRIPTION PROCEDURES ... KEYWORDS Package: tcllib, Version: CVS HEAD
NAME
math::constants -
Mathematical and numerical constants
SYNOPSIS
package require Tcl ? 8.3 ? package require math::constants ::math::constants::constants args ::math::constants::print-constants args
DESCRIPTION
This package defines some common mathematical and numerical constants. By using the package you get consistent values for numbers like pi and ln(10). It defines two commands:
  • One for importing the constants One for reporting which constants are defined and what values they actually have.
The motivation for this package is that quite often, with (mathematical) computations, you need a good approximation to, say, the ratio of degrees to radians. You can, of course, define this like: and use the variable radtodeg whenever you need the conversion. This has two drawbacks:
  • You need to remember the proper formula or value and that is error-prone. Especially with the use of mathematical functions like atan you assume that they have been accurately implemented. This is seldom or never the case and for each platform you can get subtle differences.
Here is the way you can do it with the math::constants package: package require math::constants ::math::constants::constants radtodeg degtorad which creates two variables, radtodeg and (its reciprocal) degtorad in the calling namespace.

105. XML.com: Extending XSLT With EXSLT
In the first three, the mathconstant function gets the values of the named The first call to mathconstant above gets pi with 4 digits of precision,
http://www.xml.com/lpt/a/2005/01/05/tr-xml.html
Published on XML.com http://www.xml.com/pub/a/2005/01/05/tr-xml.html
See this
if you're having trouble printing code examples Extending XSLT with EXSLT
By
Bob DuCharme In an earlier column titled XSLT Extensions , I described how the Extensions section of the XSLT 1.0 Recommendation provides a way to identify the use of extensions to the XSLT 1.0 language. If your XSLT processor implements specialized new elements and functions, this gives your stylesheet a standard way to declare them and to check whether the processor in use implements them. The good news is that, for example, a Java programmer using a Java-based XSLT implementation can add and use customized XPath functions in his or her stylesheets. The bad news is that this customization can kill the stylesheet's portability across XSLT processors. Unless... some hardworking XSLT devotees coordinate a collection of extensions to be implemented the same way by different XSLT processors. In early 2001, Leigh Dodds wrote in XML.com about how Jeni Tennison, Uche Ogbuji, David Carlisle, and others laid the ground work for EXSLT , a "a community initiative to provide extensions to XSLT." They've led this community effort to define a wide variety of extension elements and functions, and many useful functions are implemented identically in three of my four favorite XSLT processors:

106. Re: [exslt] Math:constant() And Math:random() :: ASPN Mail Archive :: Exslt
ActiveState Open Source Programming tools for Perl Python XML xslt scripting with free trials. Quality development tools for programmers systems
http://aspn.activestate.com/ASPN/Mail/Message/exslt/1186259
Cookbooks Documentation Mailing Lists Modules ... Web Services in exslt all lists Perl lists Python lists PHP lists Tcl lists XSLT lists .NET lists Web Services lists all ASPN Products Recipes News Modules Mailing Lists The Perl Journal Reference advanced search help
Recent Messages

List Archives
...
Help

View by Topic
ActiveState

.NET Framework

Open Source

Perl
...
Web Services

View by Category Database General SOAP System Administration ... exslt exslt by David N Bertoni/Cambridge/IBM other posts by this author Apr 28 2002 6:08PM messages near this date Re: [exslt] xsl:import : error Thread: David N Bertoni/Cambridge/IBM Dimitre Novatchev Tell a Friend Email Opt-out ... Syndication

107. Welcome To TCEAP.co.uk: The Site For Constants And Equations
Over 600 alphabetically listed Constants, aspects of maths, some 450 equations,Additions Multiplication tables, Interactive conversions and details on all
http://www.scenta.co.uk/tcaep/
Search TCAEP
Welcome to TCAEP .co.uk
Science Maths Constants - Over alphabetically listed Topics - Explanations of the more common entries aspects of maths. Over links Equations - Some entries Number Conversions - Interactive log tables, metric prefixes and more conversion of over units Algebra - All the common algebraic SI Units - Details on all the standard SI units identities, including complex numbers of measurement Trigonometry - Identities Calculus - Integral and differential functions Symbols - Greek alphabet, electronic symbols and mathematical symbols Astronomy Planets - Details on all the currently known planets and their satellites Constellations - Table of constellations with info on 3164 stars - Times for 231 locations around the world Moon phases - Tables of moon phases for the next 20 years
If you have any problems with this site help can be found on the about page or you can contact us at editor@scenta.co.uk or alternatively call us on (+44) 0207470 4800
These pages make extensive use of XML There is a non-XML version of these pages available
For help with physics questions try www.physics.org

108. [exslt] Mathconstant() And Mathrandom()
mathconstant() This function seems underspecified to me. For example mathconstant( PI , 2) would result in the string 3.
http://lists.fourthought.com/pipermail/exslt/2002-April/001475.html

109. [exslt] Mathconstant() And Mathrandom()
Why include a function with a sideeffect in XSLT? mathconstant() This function seems For example mathconstant( PI , 2) would result in the string 3.
http://lists.fourthought.com/pipermail/exslt/2002-April/001469.html

Page 6     101-109 of 109    Back | 1  | 2  | 3  | 4  | 5  | 6 

free hit counter