Guest User

Untitled

a guest
Mar 24th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Integrate[(-1)^Floor[1/x]/x, {x, 0, 1}]
  2.  
  3. NIntegrate[(-1)^Floor[1/x]/x, {x, 0, 1}, AccuracyGoal -> 4,
  4. Method -> {"GlobalAdaptive", "MaxErrorIncreases" -> 10000,
  5. Method -> "GaussKronrodRule"}, MaxRecursion -> 20]
Add Comment
Please, Sign In to add comment