summaryrefslogtreecommitdiff
path: root/meta/template/math.lua
AgeCommit message (Collapse)Author
2023-03-01Improve math.abs annotationC3pa
This brings it in line with math.max, and max.min. This change allows the type inference to correctly infer the returned type if math.abs is passed an integer as an argument.
2023-01-16support `---@meta [name]`最萌小汐
once declared `name`, user can only require this file by declared name meta file can not be required with name `_`
2022-06-29fix doc of `math.cos`最萌小汐
2022-06-23update最萌小汐
2022-06-23update最萌小汐
2021-12-21#871 fix return type of `math.floor`最萌小汐
2021-11-29fix #829最萌小汐
2021-11-08change to `@param ...`最萌小汐
2021-11-03add mark `---@nodiscard`最萌小汐
2021-07-26fix #620最萌小汐
2021-02-20remove alias of `table*`最萌小汐
2021-02-19rename lib class name最萌小汐
2020-11-20fix wrong macro in meta math最萌小汐
2020-11-20doc.field support doc.comment最萌小汐
2020-11-20stage最萌小汐
2020-11-18可选参数尽量写在变量名后面,与其他语言保持一致最萌小汐
2020-11-17还是得把库名与类型名区分开来最萌小汐
2020-11-16特殊处理定义为doc.meta的文件最萌小汐
2020-11-16支持 require 的形式最萌小汐
2020-11-12暂存最萌小汐