Overview  Index  Help 
Standard ML Basis Library

MATH

All Known Implementing Modules:

Math64Real64Imp.MathMath


signature MATH =
sig
  type real
  val pi : real
  val e : real
  val sqrt : real -> real
  val sin : real -> real
  val cos : real -> real
  val tan : real -> real
  val asin : real -> real
  val acos : real -> real
  val atan : real -> real
  val atan2 : real * real -> real
  val exp : real -> real
  val pow : real * real -> real
  val ln : real -> real
  val log10 : real -> real
  val sinh : real -> real
  val cosh : real -> real
  val tanh : real -> real
end

 
Type detail

real

type real

     
Value detail

pi

val pi : real


e

val e : real


sqrt

val sqrt : real -> real


sin

val sin : real -> real


cos

val cos : real -> real


tan

val tan : real -> real


asin

val asin : real -> real


acos

val acos : real -> real


atan

val atan : real -> real


atan2

val atan2 : real * real -> real


exp

val exp : real -> real


pow

val pow : real * real -> real


ln

val ln : real -> real


log10

val log10 : real -> real


sinh

val sinh : real -> real


cosh

val cosh : real -> real


tanh

val tanh : real -> real

 


Overview  Index  Help 
Standard ML Basis Library

This document may be distributed freely over the internet as long as the copyright notice and license terms below are prominently displayed within every machine-readable copy.

Copyright © 2003 AT&T and Lucent Technologies. All rights reserved.

Permission is granted for internet users to make one paper copy for their own personal use. Further hardcopy reproduction is strictly prohibited. Permission to distribute the HTML document electronically on any medium other than the internet must be requested from the copyright holders by contacting the editors. Printed versions of the SML Basis Manual are available from Cambridge University Press. To order, please visit www.cup.org (North America) or www.cup.cam.ac.uk (outside North America).