Difference between revisions of "Talk:Min - Math"

477 bytes added ,  13:34, 7 May 2021
replied to Lisselli
imported>Tania
(Created page with "Was a native function really necessary for this? Isn't it basically this?: <source lang="papyrus"> if var1 < var2 return var1 else return var2 endif return var1 ; if b...")
 
imported>Qazaaq
(replied to Lisselli)
 
Line 10: Line 10:
</source>
</source>
--[[User:Lisselli|Lisselli]] ([[User talk:Lisselli|talk]]) 2021-04-04T00:54:31 (EDT)
--[[User:Lisselli|Lisselli]] ([[User talk:Lisselli|talk]]) 2021-04-04T00:54:31 (EDT)
: Yea the native is equivalent to evaluating minimum in a function body like youve shown. The native is useful when you dont want to write out the evaluation in a function body. This evaluation is common enough that it makes sense to be included in the base math script. But to answer your question directly, "Was a native function really '''necessary''' for this?". No, I guess not. [[User:Scrivener07|Scrivener07]] ([[User talk:Scrivener07|talk]]) 2021-05-07T13:34:09 (EDT)
Anonymous user