Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ libm_single(3F) — Sun FORTRAN 1.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

intro(3M)

single_precision(3M)

LIBM_SINGLE(3F)  —  FORTRAN LIBRARY ROUTINES

NAME

libm_single - Single-precision Fortran access to libm functions

SYNOPSIS

#include <f77/f77_floatingpoint.h>

real function r_acosh (x)
real function r_asinh (x)
real function r_atanh (x)
real function r_cbrt (x)
real function r_ceil (x)
fp_class_type function ir_fp_class (x)
real function r_copysign (x,y)
real function r_erf (x)
real function r_erfc (x)
real function r_expm1 (x)
integer function ir_finite (x)
real function r_floor (x)
real function r_hypot (x,y)
integer function ir_ilogb (x)
integer function ir_irint (x)
integer function ir_isinf (x)
integer function ir_isnan (x)
integer function ir_isnormal (x)
integer function ir_issubnormal (x)
integer function ir_iszero (x)
real function r_infinity ()
real function r_j0 (x)
real function r_j1 (x)
real function r_jn (n,x)
real function r_lgamma (x)
real function r_logb (x)
real function r_log1p (x)
real function r_log2 (x)
real function r_max_normal ()
real function r_max_subnormal ()
real function r_min_normal ()
real function r_min_subnormal ()
real function r_nextafter (x,y)
real function r_quiet_nan (n)
real function r_remainder (x,y)
real function r_rint (x)
real function r_scalb (x,y)
real function r_scalbn (x,n)
real function r_signaling_nan (n)
integer function ir_signbit (x)
real function r_significand (x)
subroutine r_sincos(x, s, c)
real function r_y0 (x)
real function r_y1 (x)
real function r_yn (n,x)

real x, y, s, c
integer n

DESCRIPTION

These functions provide access to single-precision libm functions that do not correspond to standard Fortran generic intrinsic functions. 

FILES

/usr/lib/libm.a

SEE ALSO

intro(3M), single_precision(3M)

Sun Release 4.0  —  Last change: 19 March 1988

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026