Module pico8lib.rational

Rational Numbers (Fractions)

Local Functions

nthroot (n, x) Return the xth root of n much better alternatives in math.p8

Class Rational

rational:__call (t, n[, d=1]) Constructor
rational.zero Rational Zero
rational.one Rational One


Local Functions

nthroot (n, x)
Return the xth root of n much better alternatives in math.p8

Parameters:

  • n The number to take the root of
  • x The root value

Returns:

    The xth root of n

Class Rational

Rational Number
rational:__call (t, n[, d=1])
Constructor

Parameters:

  • t class Rational type
  • n Rational or number Numerator
  • d Rational or number Denominator (default 1)
rational.zero
Rational Zero
rational.one
Rational One
generated by LDoc 1.5.0 Last updated 2024-09-08 14:28:56