אונטערשייד צווישן ווערסיעס פון "יחידה:קביעות"

9 בייטן צוגעלייגט ,  פֿאַר 4 חדשים
נישט נעגעטיוו
(מולד זקן)
(נישט נעגעטיוו)
שורה 11: שורה 11:
function p.siman(frame)
function p.siman(frame)
     local Y = tonumber(frame.args[1]) or tonumber(frame:getParent().args[1])
     local Y = tonumber(frame.args[1]) or tonumber(frame:getParent().args[1])
     if not Y then return "שנה לא תקפה" end
     if not Y or Y <= 0 then return "שנה לא תקפה" end
 
     local b = 38004 + 765433 * math.floor((235 * Y - 234) / 19)
     local b = 38004 + 765433 * math.floor((235 * Y - 234) / 19)
     local d = math.floor(b / 25920)
     local d = math.floor(b / 25920)