|
143 | 143 | # dict(name="KelvinKer", args=[0]), # sympy_name is '' |
144 | 144 | # dict(name="KroneckerProduct", args=[0]), # args are matrices |
145 | 145 | # dict(name="LaguerreL", args=[1,0]), # SympyFunction.to_sympy silent TypeError |
146 | | - # dict(name="LambertW", args=[0]), # not registered with mathics_to_sympy |
| 146 | + dict(name="LambertW", args=[1]), |
147 | 147 | dict(name="LegendreP", args=[1, 1]), |
148 | 148 | # dict(name="LegendreQ", args=[1,0]), # sympy_name is '' |
149 | 149 | # dict(name="LerchPhi", args=[1,2,0.25]), # sympy expects lerchphi() |
|
208 | 208 | # dict(name="Glaisher", args=None), # to_sympy() fails |
209 | 209 | # dict(name="Khinchin", args=None), # to_sympy() fails |
210 | 210 | # |
| 211 | + # Following have none of the above but do have A_NUMERIC_FUNCTION set |
| 212 | + # |
| 213 | + # dict(name="AiryAiZero", args=[1,1]), |
| 214 | + # dict(name="AiryBiZero", args=[0]), |
| 215 | + # dict(name="BernsteinBasis", args=[4, 3, 0.5]), |
| 216 | + dict(name="CubeRoot", args=[3]), |
| 217 | + dict(name="Divide", args=[1, 1]), |
| 218 | + # dict(name="FractionalPart", args=[3.5]), |
| 219 | + # dict(name="IntegerPart", args=[1.2]), |
| 220 | + dict(name="Log10", args=[10]), |
| 221 | + dict(name="Log2", args=[10]), |
| 222 | + # dict(name="LogisticSigmoid", args=[0]), |
| 223 | + # dict(name="Max", args=[0,1]), |
| 224 | + # dict(name="Min", args=[0,1]), |
| 225 | + dict(name="Minus", args=[5]), |
| 226 | + # dict(name="Mod", args=[10,2]), |
| 227 | + # dict(name="Multinomial", args=[0]), |
| 228 | + # dict(name="PolygonalNumber", args=[0]), |
| 229 | + # dict(name="Quotient", args=[5,3]), |
| 230 | + # dict(name="QuotientRemainder", args=[5,3]), |
| 231 | + # dict(name="RealAbs", args=[-1]), |
| 232 | + # dict(name="RealSign", args=[0]), |
| 233 | + # dict(name="Round", args=[1.2]), |
| 234 | + dict(name="Subtract", args=[5, 3]), |
| 235 | + # dict(name="UnitStep", args=[0]), |
| 236 | + # |
211 | 237 | # Following have no sympy_name and no mpmath_name, |
212 | 238 | # but do have "number" or "numeric" in their path. |
213 | 239 | # Some may be possible candidates for building out compilation |
|
258 | 284 | # dict(name="FindMinimum", args=[0]), |
259 | 285 | # dict(name="FindRoot", args=[0]), |
260 | 286 | # dict(name="FittedModel", args=[0]), |
261 | | - # dict(name="FractionalPart", args=[0]), |
262 | 287 | # dict(name="FromDigits", args=[0]), |
263 | 288 | # dict(name="FullSimplify", args=[0]), |
264 | 289 | # dict(name="Gudermannian", args=[0]), |
265 | 290 | # dict(name="IntegerDigits", args=[0]), |
266 | 291 | # dict(name="IntegerExponent", args=[0]), |
267 | 292 | # dict(name="IntegerLength", args=[0]), |
268 | | - # dict(name="IntegerPart", args=[0]), |
269 | 293 | # dict(name="IntegerPartitions", args=[0]), |
270 | 294 | # dict(name="IntegerReverse", args=[0]), |
271 | 295 | # dict(name="IntegerString", args=[0]), |
|
278 | 302 | # dict(name="Limit", args=[0]), |
279 | 303 | # dict(name="LinearModelFit", args=[0]), |
280 | 304 | # dict(name="LinearSolve", args=[0]), |
281 | | - # dict(name="Log10", args=[0]), |
282 | | - # dict(name="Log2", args=[0]), |
283 | | - # dict(name="LogisticSigmoid", args=[0]), |
284 | 305 | # dict(name="MachinePrecision", args=[0]), |
285 | 306 | # dict(name="ManhattanDistance", args=[0]), |
286 | 307 | # dict(name="MantissaExponent", args=[0]), |
|
313 | 334 | # dict(name="RandomReal", args=[0]), |
314 | 335 | # dict(name="RandomSample", args=[0]), |
315 | 336 | # dict(name="Rationalize", args=[0]), |
316 | | - # dict(name="RealAbs", args=[0]), |
317 | 337 | # dict(name="RealDigits", args=[0]), |
318 | | - # dict(name="RealSign", args=[0]), |
319 | 338 | # dict(name="Reals", args=[0]), |
320 | | - # dict(name="Round", args=[0]), |
321 | 339 | # dict(name="RowReduce", args=[0]), |
322 | 340 | # dict(name="SeedRandom", args=[0]), |
323 | 341 | # dict(name="Series", args=[0]), |
|
332 | 350 | # dict(name="Tr", args=[0]), |
333 | 351 | # dict(name="Undefined", args=[0]), |
334 | 352 | # dict(name="Underflow", args=[0]), |
335 | | - # dict(name="UnitStep", args=[0]), |
336 | 353 | # dict(name="Variables", args=[0]), |
337 | 354 | ] |
338 | 355 |
|
|
0 commit comments