| Standard ML Basis Library |
structure Math64 : MATH =
struct
structure I = InlineT.DfltInt
type real = real
val +
val -
val *
val /
val ~
val <
val <=
val >
val >=
val ==
val lessu
val pi : real
val e : real
val isNan
val plusInfinity
val minusInfinity
val NaN
val two_to_the_54
val two_to_the_minus_54
val scalb
val logb
val negone
val zero
val half
val one
val two
val four
val copysign
val abs
val mod
val floor
val real
val maxint
val realround
val PIo4
val PIo2
val PI3o4
val PI
val PI2
val oneOver2Pi
val exp__E
val ln2hi
val ln2lo
val sqrt2
val lnhuge
val lntiny
val invln2
val exp : real -> real
val log__L
val ln : real -> real
val oneOverln10
val log10 : real -> real
val isInt
val isOddInt
val intpow
val pow : real * real -> real
val atan : real -> real
val atan2 : real * real -> 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 cosh : real -> real
val sinh : real -> real
val tanh : real -> real
end
Type detail |
---|
type real = real
Value detail |
---|
val +
val -
val *
val /
val ~
val <
val <=
val >
val >=
val ==
val lessu
val pi : real
val e : real
val isNan
val plusInfinity
val minusInfinity
val NaN
val two_to_the_54
val two_to_the_minus_54
val scalb
val logb
val negone
val zero
val half
val one
val two
val four
val copysign
val abs
val mod
val floor
val real
val maxint
val realround
val PIo4
val PIo2
val PI3o4
val PI
val PI2
val oneOver2Pi
val exp__E
val ln2hi
val ln2lo
val sqrt2
val lnhuge
val lntiny
val invln2
val log__L
val oneOverln10
val isInt
val isOddInt
val intpow
val atan2 : real * real -> real
| 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). |