rs-basic/members/revsqrt/tests/features/book/revsqrt.feature

7 lines
371 B
Gherkin
Raw Normal View History

2024-01-12 14:45:00 +01:00
Feature: inverted square root feature
Scenario: If we calculate the inverted square root of a number using fast inverted square root, it's about the same as if we calculate it normally
Given a number
When We calculate the the inverted square root of a number using fast inverted square root
Then The result is about the same as if we calculate it normally