Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fdimf(3m) [hpux man page]

fdim(3M)																  fdim(3M)

NAME
fdim(), fdimf(), fdiml(), fdimw(), fdimq() - positive difference functions SYNOPSIS
HP Integrity Server Only DESCRIPTION
The function determines the positive difference between its arguments. Integrity Server Only is a version of it takes arguments and returns a result. is a version of it takes arguments and returns a result. is an version of it takes arguments and returns an result. is equivalent to on HP-UX systems. USAGE
To use this function, compile either with the default option or with the and options. To use (for Integrity servers) or compile with the option. Make sure your program includes Link in the math library by specifying on the compiler or linker command line. RETURN VALUE
The function returns the positive difference between x and y. If x y, returns x y (and raises any exceptions resulting from the subtraction). If x y, returns +zero. If x or y is NaN, returns NaN. If both arguments are NaNs, returns NaN. returns a positively signed infinity in lieu of a value whose magnitude is too large, and raises the overflow and inexact exceptions. ERRORS
No errors are defined. SEE ALSO
fdim(3M), fmin(3M), math(5). STANDARDS CONFORMANCE
: ISO/IEC C99 (including Annex F, ``IEC 60559 floating-point arithmetic'') fdim(3M)

Check Out this Related Man Page

fmin(3M)																  fmin(3M)

NAME
fmin(), fminf(), fminl(), fminw(), fminq() - minimum value functions SYNOPSIS
HP Integrity Server Only DESCRIPTION
The function determines the minimum numeric value of its arguments. Integrity Server Only is a version of it takes arguments and returns a result. is a version of it takes arguments and returns a result. is an version of it takes arguments and returns an result. is equivalent to on HP-UX systems. USAGE
To use this function, compile either with the default option or with the and options. To use (for Integrity servers) or compile with the option. Make sure your program includes Link in the math library by specifying on the compiler or linker command line. RETURN VALUE
The function returns the minimum numeric value of its arguments. If one argument is a NaN and the other is numeric, returns the numeric argument. If both arguments are NaNs, returns NaN. ERRORS
No errors are defined. SEE ALSO
fdim(3M), fmax(3M), math(5). STANDARDS CONFORMANCE
: ISO/IEC C99 (including Annex F, ``IEC 60559 floating-point arithmetic'') fmin(3M)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

C,c+,c++,c#

What is the difference betweenC,C+,C++,&C# (1 Reply)
Discussion started by: aloysius1001
1 Replies

2. What is on Your Mind?

Whats the difference between...

(1 Reply)
Discussion started by: hype.it
1 Replies

3. UNIX for Dummies Questions & Answers

difference between == and =

This is probably a stupid question to ask. But could somebody help me clearly distinguish the difference between these two operators in unix '==' and '='? (7 Replies)
Discussion started by: Vikas Sood
7 Replies

4. AIX

difference between ls -b and ls command

hi anyone please tell me what is the difference between ls -b command and ls command. (1 Reply)
Discussion started by: sathish2win
1 Replies

5. Shell Programming and Scripting

whats the difference between $* and $@

Hi, whats the difference between $* and $@ in command line arguments to a shell scripts (3 Replies)
Discussion started by: pbsrinivas
3 Replies

6. UNIX for Dummies Questions & Answers

du & df

anyone knows what exactly is the difference between du & dk? (2 Replies)
Discussion started by: james94538
2 Replies

7. Programming

Difference amoung .a .o and .so

Hi, Any one pls let me know the difference amoung .a .o and .so in AIX environment. Thanks, Naga:cool: (3 Replies)
Discussion started by: Nagapandi
3 Replies

8. Shell Programming and Scripting

Time difference

Hi All, I know there has been a lot of things that have been written about date arithmetic, but perhaps I have missed something.. The following script takes the input from a file name fail.txt with the following format: CLASSDB 20060328122808 CPPARMS 20060814222056 Where $1 is a file name... (4 Replies)
Discussion started by: Segwar
4 Replies

9. UNIX for Advanced & Expert Users

difference

difference b/w shell scripting and perl scripting (2 Replies)
Discussion started by: simmijaswal
2 Replies

10. Linux

the difference between linux8.0 and centOS4.4

I compiled a c program in centOS4.4, then scp to linux8.0, then it can work fine, anyone can give some advise. (1 Reply)
Discussion started by: lixinghai
1 Replies

11. UNIX for Dummies Questions & Answers

su u/n and su - u/n

Hi, Please let me know the difference between su u/n and su - u/n. Thanks, Naga:cool: (2 Replies)
Discussion started by: Nagapandi
2 Replies

12. Shell Programming and Scripting

difference between > and 2>

Hi could you please tell me, what is the difference between this two urgently (2 Replies)
Discussion started by: lnviyyapu
2 Replies

13. Shell Programming and Scripting

What's the difference between $* and $@ ?

What's the difference between $* and $@? And I read that the $* has security problems, why? (6 Replies)
Discussion started by: Henryyy
6 Replies

14. UNIX for Dummies Questions & Answers

Putty and winscp - what is the difference?

Want to understand the difference between putty and winscp. thanks in advance (2 Replies)
Discussion started by: swathi123
2 Replies

15. Shell Programming and Scripting

awk --> math-operation in a array

Hi main object is categorize the difference of data-values (TLUFT02B - TLUFT12B). herefor i read out data-files which are named acording to the timeformat yyyymmddhhmm. WR030B 266.48 Grad 0 WR050B 271.46 Grad 0 WR120B 268.11 Grad 0 WV030B 2.51 m/s ... (6 Replies)
Discussion started by: IMPe
6 Replies