mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Release calc version 2.10.3t5.45
This commit is contained in:
5
help/den
5
help/den
@@ -10,7 +10,8 @@ TYPES
|
||||
return integer
|
||||
|
||||
DESCRIPTION
|
||||
For real x, den(x) returns the denominator of x. In calc,
|
||||
For real x, den(x) returns the denominator of x when x is expressed
|
||||
in lowest terms with positive denominator. In calc,
|
||||
real values are actually rational values. Each calc real
|
||||
value can be uniquely expressed as:
|
||||
|
||||
@@ -22,7 +23,7 @@ DESCRIPTION
|
||||
gcd(n,d) == 1
|
||||
d > 0
|
||||
|
||||
If x = n/x, then den(x) == d.
|
||||
The denominator for this n/d is d.
|
||||
|
||||
EXAMPLE
|
||||
> print den(7), den(-1.25), den(121/33)
|
||||
|
Reference in New Issue
Block a user