Name
getHi — Get the highest part of dd,qd number
Calling Sequence
b = getHi(a)
Parameters
- a
DD or QD number
- b
double number
Description
- getHi(a)
return the highest part of dd,qd number.
Examples
a = ddrand(1,1)
b = getHi(a)
A = qdrand(2,2)
B = getHi(A)
Authors
- Copyright (C) 2011 - Tsubasa Saito