- v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
- Use this page to report any issues related to the migration.
Difference between revisions of "User:Sphr/f"
Line 43: | Line 43: | ||
*[[User:Sphr/f/dec_11]] | *[[User:Sphr/f/dec_11]] | ||
*[[User:Sphr/f/dec_12]] | *[[User:Sphr/f/dec_12]] | ||
+ | *[[User:Sphr/f/dec_13]] | ||
+ | *[[User:Sphr/f/dec_14]] | ||
+ | *[[User:Sphr/f/dec_15]] | ||
==add== | ==add== |
Revision as of 15:46, 11 January 2008
template function test
If any "function call" results in an undefined wikipage, it means the implementation for that value is still missing.
inc
User:Sphr/f/inc
{{:Sphr/f/inc|x}} where x is a number gives value of x+1 if implemented.
implementation
- User:Sphr/f/inc_0
- User:Sphr/f/inc_1
- User:Sphr/f/inc_2
- User:Sphr/f/inc_3
- User:Sphr/f/inc_4
- User:Sphr/f/inc_5
- User:Sphr/f/inc_6
- User:Sphr/f/inc_7
- User:Sphr/f/inc_8
- User:Sphr/f/inc_9
- User:Sphr/f/inc_10
- User:Sphr/f/inc_11
- User:Sphr/f/inc_12
- User:Sphr/f/inc_13
- User:Sphr/f/inc_14
- User:Sphr/f/inc_15
dec
User:Sphr/f/dec
{{:Sphr/f/dec|x}} where x is a number gives value of x-1 if implemented.
implementation
- User:Sphr/f/dec_1
- User:Sphr/f/dec_2
- User:Sphr/f/dec_3
- User:Sphr/f/dec_4
- User:Sphr/f/dec_5
- User:Sphr/f/dec_6
- User:Sphr/f/dec_7
- User:Sphr/f/dec_8
- User:Sphr/f/dec_9
- User:Sphr/f/dec_10
- User:Sphr/f/dec_11
- User:Sphr/f/dec_12
- User:Sphr/f/dec_13
- User:Sphr/f/dec_14
- User:Sphr/f/dec_15
add
User:Sphr/f/add
{{:Sphr/f/add|x|y}} where x,y are numbers gives value of x+y if implemented.
implementation
User:Sphr/f/minus
{{:Sphr/f/minus|x|y}} where x,y are numbers gives value of y-x if implemented.
implementation
mult
User:Sphr/f/mult
{{:Sphr/f/mult|x|y}} where x,y are numbers gives value of x*y if implemented.
implementation
array2_elem
wip
{{:Sphr/f/array2_elem|r|c|{data-template}}} where r,c are non-negative numbers and {data-template} is a specially prepared 2d-array data gives the element at row r and col c, assuming that r < array row size and c < array column size. r,c are zero-based at the moment.