58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"title": "Example task",
|
|
"author": "Anton Vakhrushev",
|
|
"meta": "av-example-task-version-00-10",
|
|
|
|
"models": {
|
|
|
|
"sintaylor": {
|
|
|
|
"title": "Simple model",
|
|
"author": "Anton Vakhrushev",
|
|
"date": "2012-03-08",
|
|
|
|
"exec": true,
|
|
|
|
"params": {
|
|
|
|
"r": {
|
|
"type": "float",
|
|
"default": 6.28,
|
|
"title": "Right edge",
|
|
"comment": "Right edge"
|
|
},
|
|
|
|
"d": {
|
|
"type": "int",
|
|
"default": 5,
|
|
"title": "Serie deep",
|
|
"comment": "Number of members in taylor serie"
|
|
},
|
|
|
|
"n": {
|
|
"type": "int",
|
|
"default": 100,
|
|
"title": "Steps",
|
|
"comment": "Number of steps for algorithm"
|
|
}
|
|
},
|
|
|
|
"spec": {
|
|
|
|
"left": {
|
|
"title": "Left"
|
|
},
|
|
|
|
"right": {
|
|
"title": "Right"
|
|
},
|
|
|
|
"trapezium": {
|
|
"title": "Trapezium"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|