ApproxFun.jl
ApproxFun.jl copied to clipboard
Some tips about BigFloat
I once planned to add this post to documentations, but some of these tips are workarounds for bugs which I have encountered and can be fixed at any time so I decide to put them here.
-
Use
BigFloatarguments to create BigFloat Spaces and Operators. -
ZeroOperatorneeds extra type declaration: UseZeroOperator(BigFloat, dspace, rspace). -
If you want to use
IdentityOperator(space), useConstantOperator(BigFloat(1),space)instead.