Skip to contents

Return the Julian day number corresponding to fixed date rd

Usage

jd_from_fixed(date)

Arguments

date

a fixed date, i.e. a number of (eventually partial) days since epoch

Value

A Julian day.

Examples

if (FALSE) {
jd_from_fixed(123.456)
}