f_mod.ihlp

来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· IHLP 代码 · 共 8 行

IHLP
8
字号
{* 30nov2004}{...}
{phang}
{cmd:mod(}{it:x}{cmd:,}{it:y}{cmd:)} returns the modulus of
	{it:x} with respect to {it:y}. If {it:y} is 0 then
	{it:missing} ({cmd:.}) is returned.
	{cmd:mod(}{it:x}{cmd:,}{it:y}{cmd:)} = {it:x} -
	{it:y}*{cmd:int(}{it:x}/{it:y}{cmd:)}.{p_end}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?