Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

erfw(3m) [hpux man page]

erf(3M) 																   erf(3M)

NAME
erf(), erff(), erfl(), erfw(), erfq(), erfc(), erfcf(), erfcl(), erfcw(), erfcq() - error function and complementary error functions SYNOPSIS
HP Integrity Server Only DESCRIPTION
returns the error function of x, defined as: returns the complementary value, 1.0 - It prevents the extreme loss of relative accuracy if is called for a large x and the result is sub- tracted from 1.0. (For example, for x = 5, twelve decimal places are lost.) Integrity Server Only and are versions of and respectively; they take a argument and return a result. and are versions of and respectively; they take a argument and return a result. and are versions of and respectively; they take an argument and return an result. and are equivalent to and respectively on HP-UX systems. USAGE
To use these functions compile either with the default option or with the and options. To use (for Integrity servers) or compile also with the option. To use any of these functions, make sure your program includes and link in the math library by specifying on the compiler or linker command line. For more information, see the at the following site: RETURN VALUE
If x is +INFINITY, returns 1.0. If x is -INFINITY, returns -1.0. If x is +INFINITY, returns zero. If x is -INFINITY, returns 2.0. Whether and raise the inexact exception is unspecified. If x is NaN, and return NaN. ERRORS
No errors are defined. SEE ALSO
exp(3M), pow(3M), sqrt(3M), math(5). STANDARDS CONFORMANCE
: SVID3, XPG4.2, ISO/IEC C99 (including Annex F, ``IEC 60559 floating-point arithmetic'') : ISO/IEC C99 (including Annex F, ``IEC 60559 floating-point arithmetic'') erf(3M)

Check Out this Related Man Page

erf(3M) 																   erf(3M)

NAME
erf(), erff(), erfl(), erfw(), erfq(), erfc(), erfcf(), erfcl(), erfcw(), erfcq() - error function and complementary error functions SYNOPSIS
HP Integrity Server Only DESCRIPTION
returns the error function of x, defined as: returns the complementary value, 1.0 - It prevents the extreme loss of relative accuracy if is called for a large x and the result is sub- tracted from 1.0. (For example, for x = 5, twelve decimal places are lost.) Integrity Server Only and are versions of and respectively; they take a argument and return a result. and are versions of and respectively; they take a argument and return a result. and are versions of and respectively; they take an argument and return an result. and are equivalent to and respectively on HP-UX systems. USAGE
To use these functions compile either with the default option or with the and options. To use (for Integrity servers) or compile also with the option. To use any of these functions, make sure your program includes and link in the math library by specifying on the compiler or linker command line. For more information, see the at the following site: RETURN VALUE
If x is +INFINITY, returns 1.0. If x is -INFINITY, returns -1.0. If x is +INFINITY, returns zero. If x is -INFINITY, returns 2.0. Whether and raise the inexact exception is unspecified. If x is NaN, and return NaN. ERRORS
No errors are defined. SEE ALSO
exp(3M), pow(3M), sqrt(3M), math(5). STANDARDS CONFORMANCE
: SVID3, XPG4.2, ISO/IEC C99 (including Annex F, ``IEC 60559 floating-point arithmetic'') : ISO/IEC C99 (including Annex F, ``IEC 60559 floating-point arithmetic'') erf(3M)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

adding single word to multiple line.

I have following problem. <File A> contains let say 5 lines but can be changed. cat dog fish car if I want to add word to each line then how do I go about it? I used paste -d but that requires two files having same number of lines but in my case <File A> changes and I just need to... (6 Replies)
Discussion started by: paulds
6 Replies

2. Shell Programming and Scripting

Help with script or command to differentiate difference between two input file?

I got two file write now. Input file 1: >data_1 DSFDFDSGFDSGSGEGTRTRERPOYIORPGKKGDSPKFSDKFPSDKFSPFS >data_34 WEEREREWREWOIQOPIEPDSKLFNDSFNSKNCASKJHDAFHAOUDFEOWWIOUFEWIUEWIRUEWIRUEWIORUEWOREWR >data_21 ASDASDQWEQWRQERFWPOTGIUWEIPOFIOFDSNFKSJDNFSKDHFKDSJHFKDSJHF >data_4... (14 Replies)
Discussion started by: perl_beginner
14 Replies

3. Shell Programming and Scripting

Last occurrence of code between two tags

Hi, I am new to linux and have a challenge while I am debugging my application logs n linux boxes. our log file xxx.log will have different responses coming in its way while an user logs in. Each response might be of 2000 lines or more. Many users do login at a time and our log file goes big... (24 Replies)
Discussion started by: nariwithu
24 Replies